G3_GetDLLength


C Specification

#include <nitro/gx/g3.h>
u32 G3_GetDLLength(GXDLInfo* info);

Description

This function gets the size of the buffer that is specified by *info where the display list is stored.

Arguments

info Pointer to GXDLInfo structure

Return Values

Size of the buffer where the display list is stored (in bytes).

See Also

G3_GetDLStart, G3_GetDLSize

Revision History

01/19/2004 Initial Version