Skip to content

IADLXDisplayIntegerScaling

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

The IADLXDisplayintegerScaling interface configures Integer Display Scaling settings on a display.

InterfaceId:IADLXDisplayIntegerScaling
Smart Pointer Interface Name:IADLXDisplayIntegerScalingPtr
Inherits:IADLXInterface
Inherited By:N/A

Dependent Interfaces

On some AMD GPUs, Integer Display Scaling cannot be simultaneously enabled with Radeon Super Resolution.

When Integer Display Scaling is enabled, the mutually exclusive features are automatically disabled. If a mutually exclusive feature is re-enabled, its previous configuration settings are restored.

Integer Display Scaling is not supported when GPU Scaling is disabled.

Methods

MethodDescription
IsEnabledChecks if the Integer Display Scaling is enabled on a display.
IsSupportedChecks if the Integer Display Scaling is supported on a display.
SetEnabledSets the AMD integer scaling to enabled or disabled state on a display.

Requirements

Headerinclude “IDisplaySettings.h”
Minimum version1.0

Example

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

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

Subpages

  • IsEnabled - Checks if the Integer Display Scaling is enabled on a display.
  • IsSupported - Checks if the Integer Display Scaling is supported on a display.
  • SetEnabled - Sets the AMD integer scaling to enabled or disabled state on a display.

API Reference

This page references: