G3_GetDLStart

C Specification

#include <nitro/gx/g3.h>
void* G3_GetDLStart(const GXDLInfo* info);

Arguments

info Pointer to GXDLInfo structure

Return Values

Pointer to the start address of the buffer where the display list is stored.

Description

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

See Also

G3_GetDLLength, G3_GetDLSize

Revision History

01/19/2004 Initial version.