#include <nitro/gx/g3.h>
typedef struct
{
u8 *curr_cmd;
u32 *curr_param;
u32 *bottom;
u32 length;
BOOL param0_cmd_flg;
}
GXDLInfo;
curr_cmd | Pointer to position to insert command |
curr_param | Pointer to position to insert command parameter |
bottom | Pointer to the tail end of the display list |
length | Size of the display list |
param0_cmd_flg | Parameter to deal with hardware bug when sending parameter0 geometry command |
This structure is used as the arguments for G3B_***
, G3C_***
and other functions that create dynamic display lists.
11/05/2004 Initial version.