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
AMD Radeon Chill cannot be simultaneously enabled with AMD Radeon Boost , AMD Radeon Anti-Lag , or AMD Radeon™ Anti-Lag Next .
On some AMD GPUs, AMD Radeon Chill cannot be simultaneously enabled with Radeon Super Resolution , or AMD Fluid Motion Frames .
When AMD Radeon Chill is enabled, the mutually exclusive features are automatically disabled. If a mutually exclusive feature is re-enabled, its previous 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 .