G3X_Reset


C Specification

#include <nitro/gx/g3x.h>

void G3X_Reset();

Description

Performs the following.

  1. Cancels matrix stacks, polygon list RAM, and line buffer overflow conditions
  2. Calls G3X_ResetMtxStack

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.

Argument

None.

Return Values

None.

See Also

G3X_Init, G3X_InitTable, G3X_InitMtxStack, G3X_ResetMtxStack, G3X_ClearFifo

Revision History

01/19/2004 Initial Version