IADLXGPUPresetTuning
The IADLXGPUPresetTuning interface provides methods to verify and set GPU preset tuning on a GPU.
InterfaceId: |
IADLXGPUPresetTuning |
Smart Pointer Interface Name: |
IADLXGPUPresetTuningPtr |
Inherits: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Checks if the balanced tuning preset is used on a GPU. |
|
Checks if the power saver tuning preset is used on a GPU. |
|
Checks if the quiet tuning preset is used on a GPU. |
|
Checks if the rage tuning preset is used on a GPU. |
|
Checks if the turbo tuning preset is used on a GPU. |
|
Checks if the balanced tuning preset is supported on a GPU. |
|
Checks if the power saver tuning preset is supported on a GPU. |
|
Checks if the quiet tuning preset is supported on a GPU. |
|
Checks if the rage tuning preset is supported on a GPU. |
|
Checks if the turbo tuning preset is supported on a GPU. |
|
Sets the balanced tuning preset on a GPU. |
|
Sets the power saver tuning preset on a GPU. |
|
Sets the quiet tuning preset on a GPU. |
|
Sets the rage tuning preset on a GPU. |
|
Sets the turbo tuning preset on a GPU. |
Requirements
Header |
include “IGPUAutoTuning.h” |
Minimum version |
1.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 .