IADLX3DBoost
The IADLX3DBoost interface configures AMD Radeon™ Boost of a GPU.
InterfaceId: |
IADLX3DBoost |
Smart Pointer Interface Name: |
IADLX3DBoostPtr |
Inherits: |
|
Inherited By: |
N/A |
AMD Radeon Boost dynamically reduces resolution during motion to improve performance with little perceptible impact on image quality. Only works in supported games.
For example, If AMD Radeon Anti-Lag is enabled, AMD Radeon Boost, and AMD Radeon Chill are automatically disabled. However, configurations of the disabled features are preserved. If AMD Radeon Chill is re-enabled, the Max FPS for AMD Radeon Chill along with other configuration settings are restored.
Methods
Method |
Description |
---|---|
Gets the current minimum resolution of AMD Radeon™ Boost on a GPU. |
|
Gets the maximum resolution, minimum resolution, and step resolution of AMD Radeon™ Boost on a GPU. |
|
Checks if AMD Radeon™ Boost is enabled on a GPU. |
|
Checks if AMD Radeon™ Boost is supported on a GPU. |
|
Sets AMD Radeon™ Boost to enabled or disabled on a GPU. |
|
Sets the minimum resolution of AMD Radeon™ Boost on a GPU. |
Requirements
Header |
include “I3DSettings.h” |
Minimum version |
1.0 |
Example
To see how to use this interface in a C++ application, refer to the Boost C++ sample .
For a C application, refer to the Boost C sample .