Implemented function that correctly acquires TextureBatchDescriptors

This commit is contained in:
_
2018-04-04 10:12:29 -07:00
parent 756f28cd41
commit a446dd8741
3 changed files with 39 additions and 33 deletions

View File

@@ -38,12 +38,11 @@ struct TextureBatch {
#pragma pack(pop)
// re-enable stuct padding for whatever other reason.
void gettph(struct TexturePack*, const char*);
void printtph(struct TexturePack*);
void gettbd(struct TextureBatchDescriptor*,
struct TexturePack *tph,
void printtbd(struct TextureBatchDescriptor*);
void gettbd(struct TextureBatchDescriptor**,
const char*,
unsigned int);