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