G3X_AntiAlias


C Specification

#include <nitro/gx/g3x.h>

void G3X_AntiAlias(BOOL enable);

Description

This function sets whether anti-aliasing is applied during 3D rendering. Performance is the same whether anti-aliasing is ON or OFF.

Arguments

enable Anti-aliasing setting

Return Values

None

See Also

Revision History

01/19/2004 Initial Version