Dump IW4 vertexdecl

This commit is contained in:
Jan
2022-03-23 17:11:30 +01:00
parent 8e76f05d05
commit b0ed7e9544
2 changed files with 71 additions and 9 deletions

View File

@ -875,8 +875,8 @@ namespace IW4
struct MaterialStreamRouting
{
char source;
char dest;
unsigned char source;
unsigned char dest;
};
struct MaterialVertexStreamRouting
@ -888,7 +888,7 @@ namespace IW4
struct MaterialVertexDeclaration
{
const char* name;
char streamCount;
unsigned char streamCount;
bool hasOptionalSource;
MaterialVertexStreamRouting routing;
};