G3*_Nop

C Specification

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

// Below are APIs for creating the display list (command list):
void G3B_Nop(GXDLInfo* info);
void G3C_Nop(GXDLInfo* info);
void G3BS_Nop(GXDLInfo* info);
void G3CS_Nop(GXDLInfo* info);

Arguments

info Command List Information

Return Values

None.

Description

This geometry command does nothing.

See Also

Revision History

01/19/2004 Initial version