GXGetTexObjUserData

Syntax

#include <revolution/gx.h>

void *GXGetTexObjUserData( const GXTexObj* obj );

Arguments

obj Pointer to a texture object.

Return Values

Pointer to user data.

Description

This function gets a pointer to user data from the GXTexObj structure. This pointer is set using the GXInitTexObjUserData function. Use this mechanism to attach private data structures to the texture object.

See Also

GXInitTexObjCI, GXInitTexObjLOD, GXLoadTexObj, GXSetTexRegionCallBack

Revision History

2006/03/01 Initial version.


CONFIDENTIAL