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.
Dependent Interfaces
When AMD Radeon Chill is enabled, the AMD Radeon Boost , AMD Radeon Anti-Lag , and AMD Radeon™ Anti-Lag Next interfaces are automatically disabled.
Note: If the disabled interface is later re-enabled, its previous configuration settings will be 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 .