#include <revolution/gd.h> void GDSetCurrOffset( u32 offset );
| offset | Specifies a new current location pointer to set as an offset in bytes from the start. |
|---|
None.
You can set the current location pointer for the current graphics display list object using this function. 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 into the buffer.
GDGetCurrOffset, GDAdvCurrOffset
2006/03/01 Initial version.
CONFIDENTIAL