#include <revolution/gx.h>void GXSetIndTexOrder(GXIndTexStageID ind_stage,
GXTexCoordID tex_coord,
GXTexMapID tex_map);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. |
None.
This function is used to specify the texture coordinates and texture map used by the specified indirect lookup.
GXSetNumIndStages
GXSetTevIndirect
GXSetTevIndTexCoordScale
GXSetTevOrder
03/01/2006 Initial version.