SetGPUTuningStates
Sets the GPU tuning states on a GPU.
Syntax
ADLX_RESULT SetGPUTuningStates (IADLXManualTuningStateList * pGFXStates)
Parameters
-
[in]
pGFXStates IADLXManualTuningStateList * The pointer to the GPU states list interface.
Return Value
If the GPU tuning states are successfully set, ADLX_OK is returned.
If the GPU tuning states are not successfully set, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Additional Info
Some GPUs allow multiple GPU tuning states. Each GPU tuning state is represented by the GPU clock speed and the GPU voltage.
Requirements
Header |
include “IGPUManualGFXTuning.h” |
Minimum version |
1.0 |