Skip to content

IADLX3DBoost

Navigation: ADLX SDK ReferencesADLX Interfaces3D Graphics

The IADLX3DBoost interface configures AMD Radeon™ Boost of a GPU.

InterfaceId:IADLX3DBoost
Smart Pointer Interface Name:IADLX3DBoostPtr
Inherits:IADLXInterface
Inherited By:N/A

AMD Radeon Boost dynamically reduces resolution during motion to improve performance with little perceptible impact on image quality. Only works in supported games.

Dependent Interfaces

AMD Radeon Boost cannot be simultaneously enabled with AMD Radeon Chill.

On some AMD GPUs, AMD Radeon Boost cannot be simultaneously enabled with Radeon Super Resolution.

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
GetResolutionGets the current minimum resolution of AMD Radeon™ Boost on a GPU.
GetResolutionRangeGets the maximum resolution, minimum resolution, and step resolution of AMD Radeon™ Boost on a GPU.
IsEnabledChecks if AMD Radeon™ Boost is enabled on a GPU.
IsSupportedChecks if AMD Radeon™ Boost is supported on a GPU.
SetEnabledSets AMD Radeon™ Boost to enabled or disabled on a GPU.
SetResolutionSets the minimum resolution of AMD Radeon™ Boost 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 Boost C++ sample.

For a C application, refer to the Boost C sample.

Subpages

  • GetResolution - Gets the current minimum resolution of AMD Radeon™ Boost on a GPU.
  • GetResolutionRange - Gets the maximum resolution, minimum resolution, and step resolution of AMD Radeon™ Boost on a GPU.
  • IsEnabled - Checks if AMD Radeon™ Boost is enabled on a GPU.
  • IsSupported - Checks if AMD Radeon™ Boost is supported on a GPU.
  • SetEnabled - Sets AMD Radeon™ Boost to enabled or disabled on a GPU.
  • SetResolution - Sets the minimum resolution of AMD Radeon™ Boost on a GPU.

API Reference

This page references: