GXDLInfo


C Specification

#include <nitro/gx/g3.h>

typedef struct
  u8 *curr_cmd;
	u32 *curr_param;
	u32 *bottom;
	u32 length;
	BOOL param0_cmd_flg;
	GXDLInfo;
    

Description

This structure provides the arguments for G3B_***, G3C_***, and other functions that create dynamic display lists.

Members

The details of each member are as follows:

See Also

None.

Revision History

11/05/2004 Initial version.