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