TPLDescriptor

C Specification


typedef struct
{
    TPLHeaderPtr   textureHeader;
    CLUTHeaderPtr  CLUTHeader;
 
} TPLDescriptor, *TPLDescriptorPtr;

Description

Texture descriptor structure that is used by the TPL library.

textureHeader Pointer to texture header structure.
CLUTHeader Pointer to color lookup table (CLUT) header.

See Also

TPLPalette
TPLHeader
CLUTHeader

Revision History

06/20/2006 Initial version.