#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. But this function is different because it is used for the current GDLObj and not the specified GDLObj.
GDInitGDLObj
GDGetCurrLength
GDGetGDLObjStart
03/01/2006 Initial version.