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