Skip to content

SetEnabled

Navigation: ADLX SDK ReferencesADLX InterfacesDisplayIADLXDisplayGPUScaling

Syntax

ADLX_RESULT    SetEnabled (adlx_bool enable)

Parameters

#DirectionNameTypeDescription
1.[in]enableadlx_boolThe new GPU scaling state. Set true to enable GPU scaling. Set false to disable GPU scaling.

Return Value

If the state of GPU scaling is successfully set, ADLX_OK is returned.

If the state of GPU scaling is not successfully set, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

GPU scaling uses the GPU to scale up lower resolutions to fit the display.

GPU scaling requires a digital connection (DVI, HDMI or DisplayPort™) from the display to the GPU.

Dependent Interfaces

When GPU scaling is disabled, Integer Display Scaling is not supported.

GPU scaling is required for Radeon™ Super Resolution. GPU scaling is automatically enabled when Radeon Super Resolution is enabled.

Requirements

Headerinclude “IDisplaySettings.h”
Minimum version1.0

See Also: IADLX3DRadeonSuperResolution, IADLXDisplayIntegerScaling