#include <nitro/gx/gx.h>
void GX_Power3D(BOOL enable);
enable | The Geometry Engine and Rendering Engine operate for values other than FALSE |
None.
This function controls the Geometry Engine and the Rendering Engine. When the argument is FALSE
, the engines stop; for all other values, the engines operate. Energy consumption can be controlled by stopping the engines. Call G3_SwapBuffers
once before operating the Geometry Engine or Rendering Engine.
GX_SetPower
, GX_PowerGeometry
, GX_PowerRender
02/09/2004 Initial version.