Skip to content

IADLX3DChill

Navigation: ADLX SDK ReferencesADLX Interfaces3D Graphics

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

AMD Radeon Chill cannot be simultaneously enabled with AMD Radeon Boost, AMD Radeon Anti-Lag, or AMD Radeon™ Anti-Lag Next.

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

MethodDescription
GetFPSRangeGets the AMD Radeon™ Chill maximum FPS, minimum FPS, and step FPS on a GPU.
GetMaxFPSGets the AMD Radeon™ Chill current maximum FPS on a GPU.
GetMinFPSGets the AMD Radeon™ Chill current minimum FPS on a GPU.
IsEnabledChecks if AMD Radeon™ Chill is enabled on a GPU.
IsSupportedChecks if AMD Radeon™ Chill is supported on a GPU.
SetEnabledSets the activation status of AMD Radeon™ Chill on a GPU.
SetMaxFPSSets the AMD Radeon™ Chill maximum FPS on a GPU.
SetMinFPSSets the AMD Radeon™ Chill minimum FPS on a GPU.

Requirements

Headerinclude “I3DSettings.h”
Minimum version1.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.

Subpages

  • 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.

API Reference

This page references: