G3X_InitTable

C Specification

#include <nitro/gx/g3x.h>

void G3X_InitTable();

Arguments

None.

Return Values

None.

Description

This function clears the tables used during 3D rendering. Specifically, it does the following:

See Also

G3X_Init, G3X_Reset, G3X_InitTable, G3X_InitMtxStack

Revision History

01/19/2004 Initial version.