IADLXDisplayVSR

The IADLXDisplayVSR interface configures AMD Virtual Super Resolution settings on a display.

InterfaceId:

IADLXDisplayVSR

Smart Pointer Interface Name:

IADLXDisplayVSRPtr

Inherits:

IADLXInterface

Inherited By:

N/A

Virtual Super Resolution allows applications to render at resolutions higher than the display’s native pixel grid and then scales images down to fit the display, producing higher quality visuals at the expense of performance.

Methods

Method

Description

IsEnabled

Checks if AMD Virtual Super Resolution is enabled on a display.

IsSupported

Checks if AMD Virtual Super Resolution is supported on a display.

SetEnabled

Sets the AMD Virtual Super Resolution to enabled or disabled on this 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 DisplayVSR C++ sample .

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