G3*_End

C Specification

#include <nitro/gx/g3imm.h>
#include <nitro/gx/g3b.h>
#include <nitro/gx/g3c.h>

void G3_End();

// Below are APIs for creating the display list (command list)
void G3B_End(GXDLInfo* info); void G3C_End(GXDLInfo* info); void G3BS_End(GXDLInfo* info); void G3CS_End(GXDLInfo* info);

Arguments

info Command List Information

Return Values

None.

Description

This function declares the end of the vertex list.

See Also

G3*_Begin

Revision History

01/19/2004 Initial version