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>GDSetIndTexOrder</title>
10</head>
11
12<body>
13
14<h1 align="left">GDSetIndTexOrder</h1>
15
16<h2>Syntax</h2>
17<dl><dd><pre class="construction">
18#include &lt;revolution/gd.h&gt;
19
20void GDSetIndTexOrder(
21    <a href="../gx/Enumerated_Types/GXTexCoordID.html">GXTexCoordID</a>    texCoord0,
22    <a href="../gx/Enumerated_Types/GXTexMapID.html">GXTexMapID</a>      texMap0,
23    <a href="../gx/Enumerated_Types/GXTexCoordID.html">GXTexCoordID</a>    texCoord1,
24    <a href="../gx/Enumerated_Types/GXTexMapID.html">GXTexMapID</a>      texMap1,
25    <a href="../gx/Enumerated_Types/GXTexCoordID.html">GXTexCoordID</a>    texCoord2,
26    <a href="../gx/Enumerated_Types/GXTexMapID.html">GXTexMapID</a>      texMap2,
27    <a href="../gx/Enumerated_Types/GXTexCoordID.html">GXTexCoordID</a>    texCoord3,
28    <a href="../gx/Enumerated_Types/GXTexMapID.html">GXTexMapID</a>      texMap3
29);
30</pre></dd></dl>
31
32<h2>Arguments</h2>
33<TABLE class="arguments" border="1" >
34  <tr>
35<TH><STRONG><EM><CODE>texCoord0</CODE></EM></STRONG></TH>
36<TD>Texture <A href="../gx/Enumerated_Types/GXTexCoordID.html">coordinate ID</A> for the stage 0 (<CODE>GX_INDTEXSTAGE0</CODE>).</TD>
37    </tr>
38  <tr>
39<TH><STRONG><EM><CODE>texMap0</CODE></EM></STRONG></TH>
40<TD>Texture <a href="../gx/Enumerated_Types/GXTexMapID.html">map ID</a> for stage 0.</TD>
41    </tr>
42  <tr>
43<TH><STRONG><EM><CODE>texCoord1</CODE></EM></STRONG></TH>
44<TD>Texture <A href="../gx/Enumerated_Types/GXTexCoordID.html">coordinate ID</A> for the stage 1 (<CODE>GX_INDTEXSTAGE1</CODE>).</TD>
45    </tr>
46  <tr>
47<TH><STRONG><EM><CODE>texMap1</CODE></EM></STRONG></TH>
48<TD>Texture <a href="../gx/Enumerated_Types/GXTexMapID.html">map ID</a> for stage 1.</TD>
49    </tr>
50  <tr>
51<TH><STRONG><EM><CODE>texCoord2</CODE></EM></STRONG></TH>
52<TD>Texture <A href="../gx/Enumerated_Types/GXTexCoordID.html">coordinate ID</A> for the stage 2 (<CODE>GX_INDTEXSTAGE2</CODE>).</TD>
53    </tr>
54  <tr>
55<TH><STRONG><EM><CODE>texMap2</CODE></EM></STRONG></TH>
56<TD>Texture <a href="../gx/Enumerated_Types/GXTexMapID.html">map ID</a> for stage 2.</TD>
57    </tr>
58  <tr>
59<TH><STRONG><EM><CODE>texCoord3</CODE></EM></STRONG></TH>
60<TD>Texture <A href="../gx/Enumerated_Types/GXTexCoordID.html">coordinate ID</A> for the stage 3 (<CODE>GX_INDTEXSTAGE3</CODE>).</TD>
61    </tr>
62  <tr>
63<TH><STRONG><EM><CODE>texMap3</CODE></EM></STRONG></TH>
64<TD>Texture <a href="../gx/Enumerated_Types/GXTexMapID.html">map ID</a> for stage 3.</TD>
65    </tr>
66</TABLE>
67
68<h2>Return Values</h2>
69<p>None.</p>
70
71<h2>Description</h2>
72<P>This function is used for specifying the texture coordinates and texture maps to use with the specified combination of indirect lookups. This function simultaneously sets up all four indirect texture stages. This GD function is equivalent to calling the <a href="../gx/Indirect/GXSetIndTexOrder.html"><CODE>GXSetIndTexOrder</CODE></a> function for all four indirect texture stages.</P>
73
74<h2>See Also</h2>
75<P class="reference">
76<a href="../gx/Indirect/GXSetIndTexOrder.html">GXSetIndTexOrder</a>
77</p>
78
79<H2>Revision History</H2>
80<P>
812006/03/01 Initial version.<BR>
82</P>
83
84<hr><p>CONFIDENTIAL</p></body>
85</html>