Staging before meshlet linearization

This commit is contained in:
Dynamitos
2024-05-09 08:41:46 +02:00
parent 46a2713729
commit 7fc7ba56d4
33 changed files with 888 additions and 709 deletions
+1 -3
View File
@@ -8,7 +8,7 @@ struct MeshletDescription
uint32_t vertexOffset;
uint32_t primitiveOffset;
float3 color;
float pad;
uint32_t indicesOffset;
};
struct MeshData
@@ -18,8 +18,6 @@ struct MeshData
uint32_t meshletOffset;
uint32_t firstIndex;
uint32_t numIndices;
uint32_t indicesOffset;
uint32_t pad0[3];
};
static const uint MAX_VERTICES = 256;