GDGetGDLObjLength

Syntax

#include <revolution/gd.h>

u32 GDGetGDLObjLength( const GDLObj* dl );

Arguments

dl Pointer to a graphics display list object.

Return Values

Length in bytes of the memory buffer associated with dl.

Description

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.

See Also

GDInitGDLObj, GDGetGDLObjStart, GDGetCurrLength

Revision History

2006/03/01 Initial version.


CONFIDENTIAL