GX_Power3D


C Specification

#include <nitro/gx/gx.h>

void GX_Power3D(BOOL enable);

Description

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.

Arguments

enable   The Geometry Engine and Rendering Engine operate for values other than FALSE

Return Values

None.

See Also

GX_SetPower, GX_PowerGeometry, GX_PowerRender

Revision History

02/09/2004 Initial Version