G3X_AlphaBlend

C Specification

#include <nitro/gx/g3x.h>

void G3X_AlphaBlend(BOOL enable);

Arguments

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

Return Values

None.

Description

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

See Also

Revision History

01/19/2004 Initial version