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>TEXDescriptor</title>
11</head>
12
13<body>
14
15<h1>TPLDescriptor</h1>
16
17<h2>Syntax</h2>
18<dl><dd><pre class="construction">
19typedef struct
20{
21    TPLHeaderPtr   textureHeader;
22    TPLClutHeaderPtr  CLUTHeader;
23
24} TPLDescriptor, *TPLDescriptorPtr;
25</pre></dd></dl>
26
27<h2>Description</h2>
28<p>Texture descriptor structure that is used by the TPL library.</p>
29
30<TABLE class="arguments" border="1" >
31  <tr>
32<th>textureHeader</th>
33<td>Pointer to texture header structure.</td>
34  </tr>
35  <tr>
36<th>CLUTHeader</th>
37<td>Pointer to color lookup table (CLUT) header.</td>
38  </tr>
39</table>
40
41<h2>See Also</h2>
42<P class="reference">
43<a href="TPLPalette.html">TPLPalette</a>,
44<a href="TPLHeader.html">TPLHeader</a>,
45<a href="TPLClutHeader.html">TPLClutHeader</a>
46</P>
47
48<h2>Revision History</h2>
49<p>
502007/06/20 Revised the <CODE>CLUTHeaderPtr</CODE> type in the structure members to <CODE>TPLClutHeaderPtr</CODE>.<br>2006/06/20 Initial version.<br>
51</p>
52
53<hr><p>CONFIDENTIAL</p></body>
54</html>