#include <revolution/gd.h> u32 GDGetCurrOffset();
None.
The offset from the start of the buffer of the current location pointer for the current GDLObj.
This function returns the offset from the start of the buffer of the current location pointer for the current 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 the GDGetGDLObjOffset function. The only difference is that this function is used for the current GDLObj, not a specified GDLObj.
GDGetGDLObjOffset, GDGetCurrPointer
2006/03/01 Initial version.
CONFIDENTIAL