#include <revolution/gd.h>
u32 GDGetGDLObjLength( const GDLObj* dl );
|
Pointer to a graphics display list object. |
Length in bytes of the memory buffer associated with dl.
This function returns the length (size) of the memory buffer associated with the specified graphics display list object. The actual display list data is or will be stored in the memory buffer.
This function is similar to GDGetCurrLength. But this function is different because it is used for the specified GDLObj and not the current GDLObj.
GDInitGDLObj
GDGetGDLObjStart
GDGetCurrLength
03/01/2006 Initial version.