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<h2>Syntax</h2>
17<dl><dd><pre class="construction">
18#include &lt;revolution/gx.h&gt;
19
20void GXSetIndTexOrder(<a href="../Enumerated_Types/GXIndTexStageID.html">GXIndTexStageID</a> ind_stage,
21                      <a href="../Enumerated_Types/GXTexCoordID.html">GXTexCoordID</a> tex_coord,
22                      <a href="../Enumerated_Types/GXTexMapID.html">GXTexMapID</a> tex_map);
23</pre></dd></dl>
24
25<h2>Arguments</h2>
26<TABLE class="arguments" border="1" >
27  <tr>
28<TH>ind_stage</TH>
29<TD>The indirect stage that is being affected. <BR>Accepted values are: <code>GX_INDTEXSTAGE0</code>, <code>GX_INDTEXSTAGE1</code>, <code>GX_INDTEXSTAGE2</code> and <code>GX_INDTEXSTAGE3</code>.</TD>
30  </tr>
31  <tr>
32<TH>tex_coord</TH>
33<TD>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: <code>GX_TEXCOORD0</code>, <code>GX_TEXCOORD1</code>, <code>GX_TEXCOORD2</code> through <code>GX_TEXCOORD7</code>.</TD>
34  </tr>
35  <tr>
36<TH>tex_map</TH>
37<TD>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
41<h2>Return Values</h2>
42<p>None.</p>
43
44<H2>Description</H2>
45<P>This function is used to specify the texture coordinates and texture map used by the specified indirect lookup.</P>
46
47<h2>See Also</h2>
48<P class="reference">
49<A href="GXSetNumIndStages.html">GXSetNumIndStages</A>,
50<A href="GXSetTevIndirect.html">GXSetTevIndirect</A>,
51<A href="GXSetIndTexCoordScale.html">GXSetTevIndTexCoordScale</A>,
52<A href="../Tev/GXSetTevOrder.html">GXSetTevOrder</A>
53</P>
54
55<H2>Revision History</H2>
56<P>
572006/03/01 Initial version.<br>
58</P>
59
60<hr><p>CONFIDENTIAL</p></body>
61</HTML>