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