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>GXGetTlutRegionAll</title>
10</head>
11
12<body>
13
14<h1 align="left">GXGetTlutRegionAll</h1>
15
16<h2>Syntax</h2>
17<dl><dd><pre class="construction">
18#include &lt;revolution/gx.h&gt;
19
20void GXGetTlutRegionAll(
21    const <A href="../Structures/GXTlutRegion.html">GXTlutRegion</A>* region,
22    u32*                tmem_addr,
23    <A href="../Enumerated_Types/GXTlutSize.html">GXTlutSize</A>*         tlut_size );
24</pre></dd></dl>
25
26<h2>Arguments</h2>
27<TABLE class="arguments" border="1" >
28  <tr>
29<TH>region</TH>
30<TD>Pointer to a <CODE><A href="../Structures/GXTlutRegion.html">GXTlutRegion</A></CODE> structure</TD>
31  </tr>
32  <tr>
33<TH><STRONG><EM><CODE>tmem_addr</CODE></EM></STRONG></TH>
34<TD>Returns the texture memory address of the TLUT</TD>
35  </tr>
36  <tr>
37<TH>tlut_size</TH>
38<TD>Returns the <A href="../Enumerated_Types/GXTlutSize.html">size</A> of the TLUT.</TD>
39  </tr>
40</TABLE>
41
42<h2>Return Values</h2>
43<P>None.</P>
44
45<H2>Description</H2>
46<P>This function returns all the parameters describing a texture lookup table (TLUT) region object. This object describes the location and size of a TLUT in texture memory.</P>
47
48<h2>See Also</h2>
49<P class="reference">
50<a href="GXInitTlutRegion.html">GXInitTlutRegion</a>
51</p>
52
53<H2>Revision History</H2>
54<P>
552006/03/01 Initial version.<br>
56</P>
57
58<hr><p>CONFIDENTIAL</p></body>
59</HTML>