1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<TITLE>G2_Direct2</TITLE> 8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">G3*_Direct2 <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1> 12<H2>Syntax</H2> 13<DL> 14 <DD> 15 <PRE><CODE>#include <nitro/gx/g3imm.h> 16#include <nitro/gx/g3b.h> 17#include <nitro/gx/g3c.h> 18 19void G3_Direct2(int op, u32 param0, u32 param1); 20 21// Below are APIs for creating the display list (command list): 22void G3B_Direct2(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, int op, u32 param0, u32 param1); 23void G3C_Direct2(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, int op, u32 param0, u32 param1); 24void G3BS_Direct2(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, int op, u32 param0, u32 param1); 25void G3CS_Direct2(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, int op, u32 param0, u32 param1);</CODE></PRE> 26</DL> 27<H2>Arguments</H2> 28<TABLE border="1" width="100%"> 29 <TBODY> 30 <TR> 31 <TD width="13%"><em><strong><font face="Courier New">info</font></strong></em></TD> 32 <TD width="87%">Command List Information.</TD> 33 </TR> 34 <TR> 35 <TD width="109"><EM><STRONG><FONT face="Courier New">op</FONT></STRONG></EM></TD> 36 <TD width="593">Geometry command (<code>G3OP_****</code> macro defined in <code>g3.h</code>)</TD> 37 </TR> 38 <TR> 39 <TD><EM><STRONG><FONT face="Courier New">param0</FONT></STRONG></EM></TD> 40 <TD>Parameters</TD> 41 </TR> 42 <TR> 43 <TD><EM><STRONG><FONT face="Courier New">param1</FONT></STRONG></EM></TD> 44 <TD>Parameters</TD> 45 </TR> 46 </TBODY> 47</TABLE> 48<H2>Return Values</H2> 49<P>None.</P> 50<H2>Description</H2> 51<P>This function specifies the geometry command directly. A command with two arguments must be set in <em><strong><code>op</code></strong></em>.</P> 52<H2>See Also</H2> 53<P><CODE><A href="G3_Direct0.html">G3_Direct0</A>, <A href="G3_Direct1.html">G3_Direct1</A>, <A href="G3_Direct3.html">G3_Direct3</A></CODE></P> 54<H2>Revision History</H2> 55<P>2004/01/19 Initial version.</P> 56<hr><p>CONFIDENTIAL</p></body> 57</HTML> 58