GX_PowerRender

C Specification

#include <nitro/gx/gx.h>

void GX_PowerRender(BOOL enable);

Arguments

enable When FALSE, the rendering engine stops

Return Values

None.

Description

This function controls the rendering engine. The rendering engine stops when the argument is FALSE; it operates for all other values. Electrical consumption can be controlled by stopping the engine. When the rendering engine has been started, call G3_SwapBuffers once before using.

See Also

GX_SetPower, PM_SetLCDPower, GX_Power2D, GX_PowerGeometry

Revision History

01/19/2004 Initial version.