GXGetTexObjWrapS

Syntax

#include <revolution/gx.h>

GXTexWrapMode GXGetTexObjWrapS( const GXTexObj* obj );

Arguments

obj Pointer to a texture object.

Return Values

Texture wrap mode in the S direction.

Description

This function returns the texture wrap mode in the S direction described by texture object obj.

Use the GXInitTexObj or GXInitTexObjCI function to initialize the S-direction texture wrap mode.

See Also

GXInitTexObjCI, GXInitTexObj

Revision History

2006/03/01 Initial version.


CONFIDENTIAL