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