Skip to content

IsCurrentTurbo

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXGPUPresetTuning

Syntax

ADLX_RESULT    IsCurrentTurbo (adlx_bool* isTurbo)

Parameters

#DirectionNameTypeDescription
1.[out]isTurboadlx_bool*The pointer to a variable where the state of turbo is returned. The variable is true if turbo is applied. The variable is false if turbo is not applied.

Return Value

If the state of turbo is successfully returned, ADLX_OK is returned.

If the state of turbo is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

The turbo tuning preset sets a higher power limit to allow more headroom for performance. Use of the turbo preset is limited to some GPUs.

Requirements

Headerinclude “IGPUAutoTuning.h”
Minimum version1.0

See Also: ADLX Enums