typedef struct
{
TPLHeaderPtr textureHeader;
CLUTHeaderPtr CLUTHeader;
} TPLDescriptor, *TPLDescriptorPtr;
Texture descriptor structure that is used by the TPL library.
textureHeader |
Pointer to texture header structure. |
CLUTHeader |
Pointer to color lookup table (CLUT) header. |
TPLPalette
TPLHeader
CLUTHeader
06/20/2006 Initial version.