First render

This commit is contained in:
Dynamitos
2020-10-23 01:47:56 +02:00
parent 8d4c43361b
commit b4fc5df74e
21 changed files with 128 additions and 43 deletions
+1
View File
@@ -2,6 +2,7 @@ struct PrimitiveSceneData
{
float4x4 localToWorld;
float4x4 worldToLocal;
float4 actorLocation;
};
layout(set = 3, binding = 0, std430)