#include <revolution/gd.h> void* GDGetCurrStart();
None.
Pointer to the start of the memory buffer associated with the current GDLObj.
This function returns a pointer to the memory buffer associated with the current graphics display list object. The actual display list data is or will be stored in the memory buffer.
This function is similar to the GDGetGDLObjStart function. The only difference is that this function is used for the current GDLObj, not a specified GDLObj.
GDInitGDLObj, GDGetCurrLength, GDGetGDLObjStart
2006/03/01 Initial version.
CONFIDENTIAL