IADLXDisplayGPUScaling
The IADLXDisplayGPUScaling interface configures GPU scaling settings on a display.
InterfaceId: |
IADLXDisplayGPUScaling |
Smart Pointer Interface Name: |
IADLXDisplayGPUScalingPtr |
Inherits: |
|
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 |
---|---|
Checks if the GPU scaling is enabled on a display. |
|
Checks if the GPU scaling is supported on a display. |
|
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 .