#include <nitro/gx/g3imm.h>
#include <nitro/gx/g3b.h>
#include <nitro/gx/g3c.h>
void G3_Direct3(int op, u32 param0, u32 param1, u32 param2);
// Below are APIs for creating the display list (command list)
void G3B_Direct3(GXDLInfo* info, int op, u32 param0, u32 param1, u32 param2);
void G3C_Direct3(GXDLInfo* info, int op, u32 param0, u32 param1, u32 param2);
void G3BS_Direct3(GXDLInfo* info, int op, u32 param0, u32 param1, u32 param2);
void G3CS_Direct3(GXDLInfo* info, int op, u32 param0, u32 param1, u32 param2);
This function specifies the geometry command directly. A command with three arguments must be set in op.
op |
Geometry command (G3OP_**** macro defined in g3.h) |
param0 |
Parameter |
param1 |
Parameter |
param2 |
Parameter |
None
G3_Direct0, G3_Direct1, G3_Direct2
01/19/2004 Initial Version