Skip to content

IADLXGPUPresetTuning

Navigation: ADLX SDK ReferencesADLX InterfacesGPU Tuning

The IADLXGPUPresetTuning interface provides methods to verify and set GPU preset tuning on a GPU.

InterfaceId:IADLXGPUPresetTuning
Smart Pointer Interface Name:IADLXGPUPresetTuningPtr
Inherits:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
IsCurrentBalancedChecks if the balanced tuning preset is used on a GPU.
IsCurrentPowerSaverChecks if the power saver tuning preset is used on a GPU.
IsCurrentQuietChecks if the quiet tuning preset is used on a GPU.
IsCurrentRageChecks if the rage tuning preset is used on a GPU.
IsCurrentTurboChecks if the turbo tuning preset is used on a GPU.
IsSupportedBalancedChecks if the balanced tuning preset is supported on a GPU.
IsSupportedPowerSaverChecks if the power saver tuning preset is supported on a GPU.
IsSupportedQuietChecks if the quiet tuning preset is supported on a GPU.
IsSupportedRageChecks if the rage tuning preset is supported on a GPU.
IsSupportedTurboChecks if the turbo tuning preset is supported on a GPU.
SetBalancedSets the balanced tuning preset on a GPU.
SetPowerSaverSets the power saver tuning preset on a GPU.
SetQuietSets the quiet tuning preset on a GPU.
SetRageSets the rage tuning preset on a GPU.
SetTurboSets the turbo tuning preset on a GPU.

Requirements

Headerinclude “IGPUAutoTuning.h”
Minimum version1.0

Example

To see how to use this interface in a C++ application, refer to the GPUPresetTuning C++ sample.

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

Subpages

API Reference

This page references: