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>GXGetTlutObjNumEntries</title> 10</head> 11 12<body> 13 14<h1 align="left">GXGetTlutObjNumEntries</h1> 15 16 17<h2>C Specification</h2> 18 19<dl> 20<dd><PRE><CODE>#include <revolution/gx.h></CODE></PRE></dd> 21<dd><pre><CODE>u16 GXGetTlutObjNumEntries( const <a href="../Structures/GXTlutObj.html">GXTlutObj</a><em>* tlut_obj</em> );</CODE></pre></dd> 22</dl> 23 24<h2>Arguments</h2> 25 26<table border="1" cellpadding="3" cellspacing="0.1"> 27 <tr> 28<td width="120" bgcolor="#ffffe8"><em><strong><CODE>tlut_obj</CODE></strong></em></td> 29<td width="520">Pointer to a <a href="../Structures/GXTlutObj.html"><code>GXTlutObj</code></a> structure </td> 30 </tr> 31</table> 32 33<h2>Return Values</h2> 34<P>The number of entries in a TLUT in main memory.</P> 35<H2>Description</H2> 36<P>This function returns the number of entries in a texture lookup table (TLUT) in main memory from <em><strong><code>tlut_obj</code></strong></em>. The TLUT object is initialized using <a href="GXInitTlutObj.html"><code>GXInitTlutObj</code></a>.</P> 37 38<h2>See Also</h2> 39<H2>Revision History</H2> 40<P>03/01/2006 Initial version.</P> 41</BODY> 42</HTML>