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