GXGetTexObjHeight

C Specification

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

Arguments

obj Pointer to a texture object

Return Values

Texture height.

Description

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

Use GXInitTexObj or GXInitTexObjCI to initialize the texture height.

See Also

GXInitTexObjCI
GXInitTexObj

Revision History

2006/03/01 Initial version.


CONFIDENTIAL