#include <nitro/gx/gx.h>void GX_PowerGeometry(BOOL enable);This function controls the geometry engine. The geometry engine stops when the argument is FALSE; it operates for all other values. Electrical consumption can be controlled by stopping the engine. When the geometry engine has been started, call G3_SwapBuffers once before using.
enable |
When FALSE, the geometry engine stops |
None
GX_SetPower,
PM_SetLCDPower,
GX_Power2D,
GX_PowerRender
01/19/2004 Initial Version