#include <nitro/gx/g3.h>
u32 G3_GetDLLength(const GXDLInfo* info);
info | Pointer to GXDLInfo structure |
Size of the buffer where the display list is stored (in bytes).
*This function gets the size of the buffer that is specified by *info
where the display list is stored.
01/19/2004 Initial version