Skip to content

SetEnabled

Navigation: ADLX SDK ReferencesADLX Interfaces3D GraphicsIADLX3DRadeonSuperResolution

Syntax

ADLX_RESULT    SetEnabled (adlx_bool enable)

Parameters

#DirectionNameTypeDescription
1.[in]enableadlx_boolThe new Radeon Super Resolution state. Set true to enable Radeon Super Resolution. Set false to disable Radeon Super Resolution.

Return Value

If the state of Radeon Super Resolution is successfully set, ADLX_OK is returned.

If the state of Radeon Super Resolution is not successfully set, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

Radeon Super Resolution is an upscaling feature for faster game frame rates.

Dependent Interfaces

Radeon Super Resolution requires GPU scaling. When Radeon Super Resolution is enabled, GPU scaling is automatically enabled. If GPU scaling is disabled while Radeon Super Resolution is enabled, Radeon Super Resolution is automatically disabled.

On some AMD GPUs, Radeon Super Resolution cannot be simultaneously enabled with AMD Radeon Boost, AMD Radeon Image Sharpening, Integer Display Scaling, or Center Scaling.

When Radeon Super Resolution is enabled, the mutually exclusive features are automatically disabled.

If a mutually exclusive feature is re-enabled, its previous configuration settings are restored.

Requirements

Headerinclude “I3DSettings.h”
Minimum version1.0

See Also: IADLX3DBoost, IADLX3DImageSharpening, IADLXDisplayGPUScaling, IADLXDisplayIntegerScaling, GetMode