G3X_Init


C Specification

#include <nitro/gx/g3x.h>

void G3X_Init();

Description

The function initializes the 3D-related registers. Calls G3X_InitMtxStack() and G3X_InitTable() internally.

Arguments

None

Return Values

None

See Also

GX_Init, G3X_Reset, G3X_InitTable, G3X_InitMtxStack

Revision History

02/09/2004 Added to the description
01/19/2004 Initial Version