#include <revolution/gd.h>
void* GDGetGDLObjPointer( const GDLObj* dl );
|
Pointer to a graphics display list object. |
The current location pointer for dl.
This function returns the current location pointer for the specified graphics display list object. The actual display list data is or will be stored in the memory buffer, and the current location pointer indicates where future GD commands will be written to in the buffer.
This function is similar to GDGetCurrPointer. The difference is that this function is used for the specified GDLObj and not the current GDLObj.
Note that a memory pointer is not platform independent. Use the offset value instead when you need to use a value across platforms.
GDGetCurrPointer
GDGetGDLObjOffset
03/01/2006 Initial version.