GXGetTexObjWidth

C Specification

#include <revolution/gx.h>
u16 GXGetTexObjWidth( const GXTexObj* obj );

Arguments

obj Pointer to a texture object

Return Values

Texture width.

Description

This function returns the texture width described by texture object obj.

Use GXInitTexObj or GXInitTexObjCI to initialize the texture width.

See Also

GXInitTexObjCI
GXInitTexObj

Revision History

03/01/2006 Initial version.