#include <nitro/gx/g3x.h>
void G3X_AlphaBlend(BOOL enable);
enable | Alpha-blending occurs if anything other than FALSE is specified. |
None.
This function specifies whether alpha-blending occurs during 3D rendering. Performance is the same whether alpha-blending is ON or OFF.
01/19/2004 Initial version