1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="Microsoft FrontPage 5.0">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
9<title>GXSetIndTexOrder</title>
10</head>
11
12<body>
13
14<h1 align="left">GXSetIndTexOrder</h1>
15
16
17<h2>C Specification</h2>
18
19<dl>
20<dd><PRE><CODE>#include &lt;revolution/gx.h&gt;</CODE></PRE></dd>
21<dd><pre><CODE>void GXSetIndTexOrder(<a href="../Enumerated_Types/GXIndTexStageID.html">GXIndTexStageID</a> ind_stage,
22<a href="../Enumerated_Types/GXTexCoordID.html">GXTexCoordID</a> tex_coord,
23<a href="../Enumerated_Types/GXTexMapID.html">GXTexMapID</a> tex_map);</CODE></pre></dd>
24</dl>
25<h2>Arguments</h2>
26<TABLE border="1" cellpadding="3" cellspacing="0.1">
27  <tr>
28<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><CODE>ind_stage</font></strong></em></TD>
29<TD width="520">The indirect stage that is being affected. <BR>Accepted values are:<BR><code>GX_INDTEXSTAGE0</code>, <code>GX_INDTEXSTAGE1</code>, <code>GX_INDTEXSTAGE2</code> and <code>GX_INDTEXSTAGE3</code>.</TD>
30    </tr>
31  <tr>
32<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><CODE>tex_coord</font></strong></em></TD>
33<TD width="520">Texture coordinates used in this stage. A given texcoord can be shared by an indirect and regular stage at the same time. <BR>Accepted values are: <code>GX_TEXCOORD0</code>, <code>GX_TEXCOORD1</code>, <code>GX_TEXCOORD2</code> through <code>GX_TEXCOORD7</code>.</TD>
34    </tr>
35  <tr>
36<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><CODE>tex_map</font></strong></em></TD>
37<TD width="520">Texture map used in this stage. Accepted values are: <code>GX_TEXMAP0</code>, <code>GX_TEXMAP1</code>, <code>GX_TEXMAP2</code>, ..., <code>GX_TEXMAP7</code>.</TD>
38    </tr>
39</TABLE>
40<h2>Return Values</h2>
41
42<p>None.</p>
43<H2>Description</H2>
44<P>This function is used to specify the texture coordinates and texture map used by the specified indirect lookup.</P>
45
46<h2>See Also</h2>
47<P><a href="GXSetNumIndStages.html">GXSetNumIndStages</a><br> <a href="GXSetTevIndirect.html">GXSetTevIndirect</a><br> <a href="GXSetIndTexCoordScale.html">GXSetTevIndTexCoordScale</a><br> <a href="../Tev/GXSetTevOrder.html">GXSetTevOrder</a></P>
48<H2>Revision History</H2>
49<P>03/01/2006 Initial version.</P>
50</BODY>
51</HTML>