Skip to content

IADLXDisplayVSR

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

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

MethodDescription
IsEnabledChecks if AMD Virtual Super Resolution is enabled on a display.
IsSupportedChecks if AMD Virtual Super Resolution is supported on a display.
SetEnabledSets the AMD Virtual Super Resolution to enabled or disabled on this display.

Requirements

Headerinclude “IDisplaySettings.h”
Minimum version1.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.

Subpages

  • 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.

API Reference

This page references: