more warning fixes

This commit is contained in:
2023-10-31 23:44:46 +01:00
parent 59b3893391
commit 4e7f4a56b8
3 changed files with 76 additions and 48 deletions
+2
View File
@@ -100,6 +100,8 @@ protected:
Gfx::PDescriptorLayout instanceDataLayout;
// for mesh shading
Gfx::PShaderBuffer meshletBuffer;
Gfx::PShaderBuffer vertexIndicesBuffer;
Gfx::PShaderBuffer primitiveIndicesBuffer;
// for legacy pipeline
Gfx::PIndexBuffer indexBuffer;
uint64 idCounter;