IsCurrentOverclockGPU
Checks if the GPU overclocking tuning profile is currently enabled on a GPU.
Syntax
ADLX_RESULT IsCurrentOverclockGPU (adlx_bool* isOverclockGPU)
Parameters
-
[out]
isOverclockGPU adlx_bool* The pointer to a variable where the state of GPU overclocking is returned. The variable is true if GPU overclocking is applied. The variable is false if GPU overclocking is not applied.
Return Value
If the state of GPU overclocking is successfully returned, ADLX_OK is returned.
If the state of GPU overclocking is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Additional Info
Automatic GPU overclocking uses an overclocking algorithm to improve GPU performance.
Requirements
Header |
include “IGPUAutoTuning.h” |
Minimum version |
1.0 |