1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META http-equiv="Content-Style-Type" content="text/css">
6<META name="GENERATOR" content="Microsoft FrontPage 5.0">
7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
8<TITLE>GXTexObj Initialization Flow</TITLE>
9</HEAD>
10<BODY>
11<H1 align="left">GXTexObj Initialization Flow</H1>
12<P>There are many functions for modifying the parameters of <a href="../Structures/GXTexObj.html"><code>GXTexObj</code></a>. However, most of them are provided for post-modifications and, in normal cases, you only have to call a few. The following flow chart shows the required initialization sequence for color-indexed textures and other textures. <BR><B>Note:</B> Because there are order dependencies among these functions, it is recommended to use them in the following initialization order.&nbsp; <BR> &nbsp; <MAP name="FPMap0">
13  <AREA href="GXLoadTexObj.html" coords="26, 474, 493, 499" shape="rect">
14  <AREA href="GXInitTexObjUserData.html" shape="rect" coords="155, 322, 365, 348">
15  <AREA href="GXInitTexObjLOD.html" shape="rect" coords="27, 264, 494, 289">
16  <AREA href="GXInitTexObj.html" shape="rect" coords="27, 218, 238, 243">
17  <AREA href="GXInitTexObjCI.html" shape="rect" coords="283, 219, 493, 243">
18  <AREA href="GXInitTlutObj.html" shape="rect" coords="283, 143, 493, 167">
19  <AREA href="GXLoadTlut.html" shape="rect" coords="283, 166, 492, 190">
20  <AREA href="GXInitTexObjData.html" shape="rect" coords="550, 242, 760, 265">
21  <AREA href="GXInitTexObjWrapMode.html" shape="rect" coords="550, 266, 760, 288">
22  <AREA href="GXInitTexObjTlut.html" shape="rect" coords="550, 288, 760, 312">
23  <AREA href="GXInitTexObjFilter.html" shape="rect" coords="550, 312, 760, 335">
24  <AREA href="GXInitTexObjMaxLOD.html" shape="rect" coords="550, 336, 760, 358">
25  <AREA href="GXInitTexObjMinLOD.html" shape="rect" coords="550, 358, 760, 381">
26  <AREA href="GXInitTexObjLODBias.html" shape="rect" coords="550, 382, 760, 406">
27  <AREA href="GXInitTexObjBiasClamp.html" shape="rect" coords="550, 405, 760, 429">
28  <AREA href="GXInitTexObjEdgeLOD.html" shape="rect" coords="550, 428, 761, 452">
29  <AREA href="GXInitTexObjMaxAniso.html" shape="rect" coords="550, 451, 760, 475">
30</MAP>
31<IMG src="GXTexObjInitFlow.gif" border="0" usemap="#FPMap0" width="800" height="600"></P>
32
33<H2>Revision History</H2>
34<P>
352006/03/01 Initial version.<br>
36</P>
37
38<hr><p>CONFIDENTIAL</p></body>
39</HTML>