#include <revolution/gx.h>u16 GXGetTexObjHeight( const GXTexObj* obj ); |
Pointer to a texture object |
Texture height.
This function returns the texture height described by texture object obj.
Use GXInitTexObj or GXInitTexObjCI to initialize the texture height.
03/01/2006 Initial version.