This commit is contained in:
Dynamitos
2023-11-27 22:50:37 +01:00
parent 54e66df4cd
commit d1475d506e
7 changed files with 15 additions and 29 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ struct ShaderPermutation
char vertexMeshFile[32];
char fragmentFile[32];
char vertexDataName[32];
char materialName[32];
char materialName[64];
uint8 hasFragment : 1;
uint8 useMeshShading : 1;
uint8 hasTaskShader : 1;