GDAdvCurrOffset

Syntax

#include <revolution/gd.h>

void GDAdvCurrOffset( s32 delta );

Arguments

delta Adjust size of the current offset in bytes.

Return Values

None.

Description

You can adjust the current location pointer for the current graphics display list object with this function. The actual display list data is stored in the memory buffer, and the current location pointer indicates where future GD commands will be written to the buffer.

This function is equivalent to the following sequence:

GDSetCurrOffset( GDGetCurrOffset() + delta );

See Also

GDGetCurrOffset, GDSetCurrOffset

Revision History

2006/03/01 Initial version.


CONFIDENTIAL