implemented xbox native geometry and skin

This commit is contained in:
aap
2015-08-15 23:22:51 +02:00
parent 6f8dccd095
commit d04e97fb47
16 changed files with 365 additions and 20 deletions

View File

@@ -320,6 +320,7 @@ struct Skin
uint8 *indices;
float *weights;
uint8 *data; // only used by delete
void *platformData; // a place to store platform specific stuff
void allocateData(int32 numVerts);
void allocateVertexData(int32 numVerts);