G3X_Reset

C Specification

#include <nitro/gx/g3x.h>

void G3X_Reset();

Arguments

None.

Return Values

None.

Description

This function performs the following: Does not clear when a parameter wait command remains when issuing to the command FIFO. Therefore, if it is possible to call in this state, call the separate G3X_ClearFifo. Normally executes at the beginning of each frame.

See Also

G3X_Init, G3X_InitTable, G3X_InitMtxStack, G3X_ResetMtxStack, G3X_ClearFifo

Revision History

01/19/2004 Initial version