GDGetGDLObjOffset

Syntax

#include <revolution/gd.h>

u32 GDGetGDLObjOffset( const GDLObj* dl );

Arguments

dl Pointer to a graphics display list object.

Return Values

The offset (from the start of the buffer) of the current location pointer for dl.

Description

This function returns the offset from the start of the buffer of 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 GDGetCurrOffset function. But this function is different because it is used for the specified GDLObj and not the current GDLObj.

See Also

GDGetCurrOffset, GDGetGDLObjPointer

Revision History

2006/03/01 Initial version.


CONFIDENTIAL