Skip to content

GetResolutionRange

Navigation: ADLX SDK ReferencesADLX Interfaces3D GraphicsIADLX3DBoost

Syntax

ADLX_RESULT    GetResolutionRange (ADLX_IntRange* range)

Parameters

#DirectionNameTypeDescription
1.[out]rangeADLX_IntRangeThe pointer to a variable where the resolution range of AMD Radeon Boost is returned.

Return Value

If the resolution range is successfully returned, ADLX_OK is returned.

If the resolution range is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The maximum resolution, minimum resolution, and step resolution of AMD Radeon Boost are read only.

Additional Info

AMD Radeon Boost dynamically reduces resolution during motion to improve performance with little perceptible impact on image quality.

Only works in supported games.

Requirements

Headerinclude “I3DSettings.h”
Minimum version1.0

See Also: ADLX_IntRange