IADLX3DChill
The IADLX3DChill interface configures the AMD Radeon™ Chill settings of a GPU.
InterfaceId: |
IADLX3DChill |
Smart Pointer Interface Name: |
IADLX3DChillPtr |
Inherits: |
|
Inherited By: |
N/A |
AMD Radeon Chill conserves GPU power and reduces heat by adjusting the FPS based on the intensity of in-game movement.
Note: AMD Radeon Chill, AMD Radeon Boost , and AMD Radeon Anti-Lag features cannot be enabled simultaneously.
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 AMD Radeon™ Chill maximum FPS, minimum FPS, and step FPS on a GPU. |
|
Gets the AMD Radeon™ Chill current maximum FPS on a GPU. |
|
Gets the AMD Radeon™ Chill current minimum FPS on a GPU. |
|
Checks if AMD Radeon™ Chill is enabled on a GPU. |
|
Checks if AMD Radeon™ Chill is supported on a GPU. |
|
Sets the activation status of AMD Radeon™ Chill on a GPU. |
|
Sets the AMD Radeon™ Chill maximum FPS on a GPU. |
|
Sets the AMD Radeon™ Chill minimum FPS 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 Chill C++ sample .
For a C application, refer to the Chill C sample .