Parse techset files for IW4

This commit is contained in:
Jan
2022-03-26 18:47:43 +01:00
parent 2fda10f133
commit eb5312899f
11 changed files with 345 additions and 2 deletions

View File

@ -1252,9 +1252,9 @@ namespace IW4
struct MaterialTechniqueSet
{
const char* name;
char worldVertFormat;
unsigned char worldVertFormat;
bool hasBeenUploaded;
char unused[1];
unsigned char unused[1];
MaterialTechniqueSet* remappedTechniqueSet;
MaterialTechnique* techniques[48];
};