IADLXGPUAutoTuningCompleteEvent
The IADLXGPUAutoTuningCompleteEvent interface provides methods to check if GPU automatic tuning is completed.
InterfaceId: |
IADLXGPUAutoTuningCompleteEvent |
Smart Pointer Interface Name: |
IADLXGPUAutoTuningCompleteEventPtr |
Inherits: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Checks if the GPU overclocking is completed. |
|
Checks if the VRAM overclocking is completed. |
|
Checks if the GPU undervolting is completed. |
Requirements
Header |
include “IGPUAutoTuning.h” |
Minimum version |
1.0 |
Example
To see how to use this interface in a C++ application, refer to the GPUAutoTuning C++ sample .
For a C application, refer to the GPUAutoTuning C sample .