#include <revolution/gx.h> void GXSetColorUpdate( GXBool update_enable );
| update_enable | Enables color-buffer updates when GX_TRUE. |
|---|
None.
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.
GXGetColorUpdate
GXSetPixelFmt
GXSetAlphaUpdate
2009/01/05 Added the GXGetColorUpdate function under See Also.
2006/03/01 Initial version.
CONFIDENTIAL