#include <revolution/gx.h> void GXSetAlphaUpdate( GXBool update_enable );
| update_enable | Enables alpha buffer updates when GX_TRUE. |
|---|
None.
Enables or disables alpha buffer updates of the embedded frame buffer (EFB). This function also affects whether the alpha buffer is cleared during copy operations. For more information, see the GXCopyDisp and GXCopyTex functions. The only EFB pixel format that supports an alpha buffer is GX_PF_RGBA6_Z24. For more information, see the GXSetPixelFmt function. The alpha update_enable permission is ignored for non-alpha pixel formats.
GXGetAlphaUpdate
GXSetColorUpdate
GXSetPixelFmt
2009/01/05 Added the GXGetAlphaUpdate function under See Also.
2006/03/01 Initial version.
CONFIDENTIAL