G3X_AlphaBlend


C Specification

#include <nitro/gx/g3x.h>

void G3X_AlphaBlend(BOOL enable);

Description

This function specifies whether α-blending occurs during 3D rendering. Performance is the same whether α-blending is ON or OFF.

Arguments

enable α-blending occurs if anything other than FALSE is specified.

Return Values

None

See Also

Revision History

01/19/2004 Initial Version