typedef struct { Uint32 globalIndex; Uint32 bank; Uint32 tspparambuffer; Uint32 texparambuffer; Uint32 texaddr; NJS_TEXINFO texinfo; Uint16 count; Uint16 dummy; } NJS_TEXMEMLIST;
globalIndex | Global index of texture registered in cache memory or texture memory |
bank | Palette texture bank number |
tspparambuffer | Internal setting value |
texparambuffer | Internal setting value |
texaddr | texture flag |
texinfo | NJS_TEXINFO structure |
count | Texture usage count |
dummy | Texture error code |
Error code | Meaning |
0 | No error |
1 | Other error |
2 | File open error |
3 | Extension error |
4 | Header error |
5 | File load error |
6 | Surface error (insufficient texture memory) |
7 | Main memory error (insufficient main memory) |
8 | Texture memory load error |
9 | Global index error |