GDGetCurrLength

C Specification

#include <revolution/gd.h>
u32 GDGetCurrLength();

Arguments

None.

Return Values

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

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. But this function is different because it is used for the current GDLObj and not the specified GDLObj.

See Also

GDInitGDLObj
GDGetGDLObjLength

Revision History

03/01/2006 Initial version.