#include <revolution/gd.h> void* GDGetGDLObjStart( const GDLObj* dl );
| dl | Pointer to a graphics display list object. |
|---|
Pointer to the start of the memory buffer associated with dl.
This function returns a pointer to the memory buffer associated with the specified graphics display list object. The actual display list data is or will be stored in the memory buffer.
This function is similar to the GDGetCurrStart function. But this function is different because it is used for the specified GDLObj and not the current GDLObj.
GDInitGDLObj, GDGetGDLObjLength, GDGetCurrStart
2006/03/01 Initial version.
CONFIDENTIAL