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 name="ProgId" content="FrontPage.Editor.Document">
8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
9
10<title>TPLBind</title>
11</head>
12
13<body>
14
15<h1>TPLBind</h1>
16
17<h2>Syntax</h2>
18<dl><dd><pre class="construction">
19#include &lt;revolution/tpl.h&gt;
20
21void    TPLBind ( TPLPalettePtr pal );
22</pre></dd></dl>
23
24<h2>Arguments</h2>
25<TABLE class="arguments" border="1" >
26  <tr>
27<th>pal</th>
28<td>Pointer to a texture palette.</td>
29  </tr>
30</table>
31
32<h2>Return Values</h2>
33<P>None.</P>
34
35<h2>Description</h2>
36<p>Expands the internal pointer immediately after the TPL file is loaded into memory and then initializes it to make it available as a texture palette structure.</p>
37
38<h2>See Also</h2>
39<P class="reference">
40<a href="TPLGet.html">TPLGet</a>,
41<a href="TPLGetGXTexObjFromPalette.html">TPLGetGXTexObjFromPalette</a>,
42<a href="TPLGetGXTexObjFromPaletteCI.html">TPLGetGXTexObjFromPaletteCI</a>
43</P>
44
45<h2>Revision History</h2>
46<p>
472008/07/29 Changed the notation for TPL data to &quot;texture palette.&quot;<br>2006/06/20 Initial version.<br>
48</p>
49
50<hr><p>CONFIDENTIAL</p></body>
51</html>