#include <nitro/gx/g3.h>
typedef struct
u8 *curr_cmd;
u32 *curr_param;
u32 *bottom;
u32 length;
BOOL param0_cmd_flg;
GXDLInfo;
This structure provides the arguments for G3B_***, G3C_***, and other functions that create dynamic display lists.
The details of each member are as follows:
| Member | Meaning |
curr_cmd |
Pointer to the position to insert the command. |
curr_param |
Pointer to the position to insert the 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 a hardware bug when sending the parameter0 geometry command. |
None.
11/05/2004 Initial version.