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="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>GXDLInfo</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">GXDLInfo <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></h1>
15<h2>Definition</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;nitro/gx/g3.h&gt;</CODE><BR>
20  <PRE><CODE>typedef struct
21{
22    u8 *curr_cmd;
23    u32 *curr_param;
24    u32 *bottom;
25    u32 length;
26    BOOL param0_cmd_flg;
27}
28GXDLInfo;</CODE></PRE>
29  </dd>
30
31</dl><h2>Elements</h2>
32<TABLE border="1" width="100%">
33  <TBODY>
34    <TR>
35      <TD width="200"><em><strong><font face="Courier New">curr_cmd</font></strong></em></TD>
36      <TD width="800">Pointer to position to insert command</TD>
37    </TR>
38    <TR>
39      <TD width="200"><em><strong><font face="Courier New">curr_param</font></strong></em></TD>
40      <TD width="800">Pointer to position to insert command parameter</TD>
41    </TR>
42    <TR>
43      <TD width="200"><em><strong><font face="Courier New">bottom</font></strong></em></TD>
44      <TD width="800">Pointer to the tail end of the display list</TD>
45    </TR>
46    <TR>
47      <TD width="200"><em><strong><font face="Courier New">length</font></strong></em></TD>
48      <TD width="800">Size of the display list</TD>
49    </TR>
50    <TR>
51      <TD><em><strong><font face="Courier New">param0_cmd_flg</font></strong></em></TD>
52      <TD>Parameter to deal with hardware bug when sending parameter0 geometry command</TD>
53    </TR>
54  </TBODY>
55</TABLE>
56
57<H2>Description</H2>
58<P>This structure is used as the arguments for <code>G3B_***</code>, <code>G3C_***</code> and other functions that create dynamic display lists.</P>
59
60<H2>Revision History</H2>
61<P>2004/11/05 Initial version.</P>
62<hr><p>CONFIDENTIAL</p></body>
63</html>
64