TPLGet

C Specification


#include <revolution/tpl.h>
  
TPLDescriptorPtr    TPLGet          ( TPLPalettePtr pal, u32 id );  

Description

Gets one texture descriptor from the TPL data structure.

Arguments

pal Pointer to the TPL file.
id Pointer to the texture descriptor.

Return Values

Texture descriptor.

See Also

TPLBind
TPLGetGXTexObjFromPalette
TPLGetGXTexObjFromPaletteCI

Revision History

06/20/2006 Initial version.