#include <revolution/gd.h> u32 GDGetCurrLength();
None.
Length in bytes of the memory buffer associated with the GDLObj.
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.
GDInitGDLObj, GDGetGDLObjLength
2006/03/01 Initial version.
CONFIDENTIAL