Reverting to 32 bit indices

This commit is contained in:
Dynamitos
2024-04-07 16:33:32 +02:00
parent 7a713afdb4
commit cde48f0d15
9 changed files with 29 additions and 26 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ struct Scene
StructuredBuffer<MeshData> meshData;
StructuredBuffer<MeshletDescription> meshletInfos;
StructuredBuffer<uint8_t> primitiveIndices;
StructuredBuffer<uint16_t> vertexIndices;
StructuredBuffer<uint32_t> vertexIndices;
};
ParameterBlock<Scene> pScene;