IADLX3DChill

The IADLX3DChill interface configures the AMD Radeon™ Chill settings of a GPU.

InterfaceId:

IADLX3DChill

Smart Pointer Interface Name:

IADLX3DChillPtr

Inherits:

IADLXInterface

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, AMD Radeon Boost , AMD Radeon Anti-Lag , AMD Radeon™ Anti-Lag Next , and Radeon Super Resolution are automatically disabled.

Note: If the disabled setting is later re-enabled, its previous configuration settings will be restored.

Methods

Method

Description

GetFPSRange

Gets the AMD Radeon™ Chill maximum FPS, minimum FPS, and step FPS on a GPU.

GetMaxFPS

Gets the AMD Radeon™ Chill current maximum FPS on a GPU.

GetMinFPS

Gets the AMD Radeon™ Chill current minimum FPS on a GPU.

IsEnabled

Checks if AMD Radeon™ Chill is enabled on a GPU.

IsSupported

Checks if AMD Radeon™ Chill is supported on a GPU.

SetEnabled

Sets the activation status of AMD Radeon™ Chill on a GPU.

SetMaxFPS

Sets the AMD Radeon™ Chill maximum FPS on a GPU.

SetMinFPS

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 .