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