TPLDescriptor

Syntax

typedef struct
{
    TPLHeaderPtr   textureHeader;
    TPLClutHeaderPtr  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, TPLClutHeader

Revision History

2007/06/20 Revised the CLUTHeaderPtr type in the structure members to TPLClutHeaderPtr.
2006/06/20 Initial version.


CONFIDENTIAL