GXSetColorUpdate

Syntax

#include <revolution/gx.h>

void GXSetColorUpdate( GXBool update_enable );

Arguments

update_enable Enables color-buffer updates when GX_TRUE.

Return Values

None.

Description

Enables or disables color-buffer updates when rendering into the embedded frame buffer (EFB). This function also affects whether the color buffer is cleared during copies. For more information, see the GXCopyDisp and GXCopyTex functions.

See Also

GXGetColorUpdate
GXSetPixelFmt
GXSetAlphaUpdate

Revision History

2009/01/05 Added the GXGetColorUpdate function under See Also.
2006/03/01 Initial version.


CONFIDENTIAL