#include <nitro/gx/g3x.h>
void G3X_SetClearColor(GXRgb rgb, int alpha, int depth, int polygonID, BOOL fog);
This function sets clear color.
rgb |
RGB components for clear color |
alpha |
α component for clear color |
depth |
Clear depth value |
polygonID |
Initial value of the Polygon ID for the attribute buffer |
fog |
Selects whether or not fog for the attribute buffer is enabled |
None
01/19/2004 Initial Version