Extending position only support

This commit is contained in:
Dynamitos
2024-06-19 10:33:19 +02:00
parent e501a69b36
commit 1e91f88355
17 changed files with 75 additions and 112 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class VertexData {
};
struct MeshletCullingInfo {
uint64_t cull[256 / 64];
uint32_t cull;
};
struct BatchedDrawCall {
PMaterialInstance materialInstance;