Skip to content

GetLevel

Navigation: ADLX SDK ReferencesADLX Interfaces3D GraphicsIADLX3DAntiAliasing

Syntax

ADLX_RESULT    GetLevel (ADLX_ANTI_ALIASING_LEVEL* currentLevel)

Parameters

#DirectionNameTypeDescription
1.[out]currentLevelADLX_ANTI_ALIASING_LEVELThe pointer to a variable where the current anti-aliasing level is returned.

Return Value

If the current anti-aliasing level is successfully returned, ADLX_OK is returned.

If the current anti-aliasing level is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

Anti-aliasing improves image quality by smoothing jagged edges at the cost of some performance.

Requirements

Headerinclude “I3DSettings.h”
Minimum version1.0