GDSetCurrOffset

Syntax

#include <revolution/gd.h>

void GDSetCurrOffset( u32 offset );

Arguments

offset Specifies a new current location pointer to set as an offset in bytes from the start.

Return Values

None.

Description

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.

See Also

GDGetCurrOffset, GDAdvCurrOffset

Revision History

2006/03/01 Initial version.


CONFIDENTIAL