GXGetTexObjTlut

Syntax

#include <revolution/gx.h>

u32 GXGetTexObjTlut( const GXTexObj* obj );

Arguments

obj Pointer to a texture object.

Return Values

TLUT name associated with this texture object.

Description

This function returns the TLUT name associated with texture object obj.

Use the GXInitTexObjCI function to initialize a texture object with the desired TLUT name.
Use the GXInitTexObjTlut function to modify the TLUT associated with an existing texture object.

See Also

GXInitTexObjCI, GXInitTexObjTlut

Revision History

2006/03/01 Initial version.


CONFIDENTIAL