GXGetTexObjWrapS

C Specification

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

Arguments

obj Pointer to a texture object

Return Values

Texture wrap s mode.

Description

This function returns the texture wrap s mode described by texture object obj.

Use GXInitTexObj or GXInitTexObjCI to initialize the texture wrap s mode.

See Also

GXInitTexObjCI
GXInitTexObj

Revision History

03/01/2006 Initial version.