IsCurrentBalanced
Checks if the balanced tuning preset is used on a GPU.
Syntax
ADLX_RESULT IsCurrentBalanced (adlx_bool* isBalanced)
Parameters
-
[out]
isBalanced adlx_bool* The pointer to a variable where the state of balanced is returned. The variable is true if balanced is applied. The variable is false if balanced is not applied.
Return Value
If the state of balanced is successfully returned, ADLX_OK is returned.
If the state of balanced is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Additional Info
The balanced tuning preset offers all-round performance with a balance of power, clocks, and fan settings. Use of the balanced tuning preset is limited to some GPUs.
Requirements
Header |
include “IGPUAutoTuning.h” |
Minimum version |
1.0 |