Bit of shader refactoring

This commit is contained in:
Dynamitos
2023-11-26 12:47:48 +01:00
parent 52c7fce931
commit 2ad7eae60b
6 changed files with 18 additions and 33 deletions
+5 -3
View File
@@ -11,9 +11,11 @@ struct MeshletDescription
struct MeshData
{
uint numMeshlets;
uint meshletOffset;
uint indicesOffset;
uint numMeshlets;
uint meshletOffset;
uint firstIndex;
uint numIndices;
uint indicesOffset;
};
static const uint MAX_VERTICES = 64;