#include <revolution/gd.h> u32 GDGetGDLObjLength( const GDLObj* dl );
| 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 operates nearly identically to GDGetCurrLength. But this function is different because it is used for the specified GDLObj and not the current GDLObj.
GDInitGDLObj, GDGetGDLObjStart, GDGetCurrLength
2006/03/01 Initial version.
CONFIDENTIAL