IADLXDisplayGPUScaling

The IADLXDisplayGPUScaling interface configures GPU scaling settings on a display.

InterfaceId:

IADLXDisplayGPUScaling

Smart Pointer Interface Name:

IADLXDisplayGPUScalingPtr

Inherits:

IADLXInterface

Inherited By:

N/A

Note : Integer Display Scaling is not supported when GPU scaling is disabled.

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

Methods

Method

Description

IsEnabled

Checks if the GPU scaling is enabled on a display.

IsSupported

Checks if the GPU scaling is supported on a display.

SetEnabled

Sets the GPU scaling to enabled or disabled state on a display.

Requirements

Header

include “IDisplaySettings.h”

Minimum version

1.0

Example

To see how to use this interface in a C++ application, refer to the DisplayGPUScaling C++ sample .

For a C application, refer to the DisplayGPUScaling C sample .