#include <revolution/gx.h>
void GXSetColorUpdate( GXBool update_enable );
| update_enable | Enables color-buffer updates when GX_TRUE. |
None.
This function 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 GXCopyDisp and GXCopyTex.
GXSetPixelFmt
GXSetAlphaUpdate
03/01/2006 Initial version.