GXSetIndTexOrder

Syntax

#include <revolution/gx.h>

void GXSetIndTexOrder(GXIndTexStageID ind_stage,
                      GXTexCoordID tex_coord,
                      GXTexMapID tex_map);

Arguments

ind_stage The indirect stage that is being affected.
Accepted values are: GX_INDTEXSTAGE0, GX_INDTEXSTAGE1, GX_INDTEXSTAGE2 and GX_INDTEXSTAGE3.
tex_coord Texture coordinates used in this stage. A given texcoord can be shared by an indirect and regular stage at the same time. Accepted values are: GX_TEXCOORD0, GX_TEXCOORD1, GX_TEXCOORD2 through GX_TEXCOORD7.
tex_map Texture map used in this stage. Accepted values are: GX_TEXMAP0, GX_TEXMAP1, GX_TEXMAP2, ..., GX_TEXMAP7.

Return Values

None.

Description

This function is used to specify the texture coordinates and texture map used by the specified indirect lookup.

See Also

GXSetNumIndStages, GXSetTevIndirect, GXSetTevIndTexCoordScale, GXSetTevOrder

Revision History

2006/03/01 Initial version.


CONFIDENTIAL