GDGetCurrLength

Syntax

#include <revolution/gd.h>

u32 GDGetCurrLength();

Arguments

None.

Return Values

Length in bytes of the memory buffer associated with the GDLObj.

Description

This function returns the length (size) of the memory buffer associated with the current graphics display list object. The actual display list data is or will be stored in the memory buffer.

This function is similar to the GDGetGDLObjLength function. The only difference is that this function is used for the current GDLObj, not a specified GDLObj.

See Also

GDInitGDLObj, GDGetGDLObjLength

Revision History

2006/03/01 Initial version.


CONFIDENTIAL