G3_GetDLSize


C Specification

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

Description

This function gets the size of the display list created in the buffer specified by *info.

Arguments

info Pointer to GXDLInfo structure

Return Values

Size of the created display list (in bytes).

See Also

Revision History

01/19/2004 Initial Version