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 17<h2>C Specification</h2> 18 19<dl> 20 <dd><PRE><CODE>#include <revolution/gx.h></CODE></PRE> 21 </dd> 22 <dd><pre><CODE>void GXGetTlutRegionAll( 23 const <A href="../Structures/GXTlutRegion.html">GXTlutRegion</A>* region, 24 u32* tmem_addr, 25 <A href="../Enumerated_Types/GXTlutSize.html">GXTlutSize</A>* tlut_size );</CODE></pre> 26 </dd> 27</dl> 28 29<h2>Arguments</h2> 30<TABLE border="1" cellpadding="3" cellspacing="0.1"> 31 <tr> 32<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><CODE>region</CODE></strong></em></TD> 33<TD width="520">Pointer to a <CODE><A href="../Structures/GXTlutRegion.html">GXTlutRegion</A></CODE> structure</TD> 34 </tr> 35 <tr> 36<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><CODE>tmem_addr</CODE></strong></em></TD> 37<TD width="520">Returns the texture memory address of the TLUT</TD> 38 </tr> 39 <tr> 40<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><CODE>tlut_size</CODE></strong></em></TD> 41<TD width="520">Returns the <a href="../Enumerated_Types/GXTlutSize.html">size</a> of the TLUT</TD> 42 </tr> 43</TABLE> 44<h2>Return Values</h2> 45 46<P>None.</P> 47<H2>Description</H2> 48<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> 49<h2>See Also</h2> 50 51<p><a href="GXInitTlutRegion.html"><CODE>GXInitTlutRegion</CODE></a></p> 52<H2>Revision History</H2> 53<P>2006/03/01 Initial version.</P> 54<hr> 55<P>CONFIDENTIAL</p> 56</BODY> 57</HTML>