G3X_InitTable
C Specification
-
#include <nitro/gx/g3x.h>
void G3X_InitTable();
Description
This function clears the tables used during 3D rendering.
- Zero-clears the edge color table
- Zero-clears the fog table
- Zero-clears the toon table
- Zero-clears the shininess table
Arguments
None
Return Values
None
See Also
G3X_Init, G3X_Reset, G3X_InitTable, G3X_InitMtxStack
Revision History
01/19/2004 Initial Version