mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 15:28:11 -05:00
Dump IW4 vertexdecl
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user