Skip to content

IADLXGPUAutoTuningCompleteEvent

Navigation: ADLX SDK ReferencesADLX InterfacesGPU Tuning

The IADLXGPUAutoTuningCompleteEvent interface provides methods to check if GPU automatic tuning is completed.

InterfaceId:IADLXGPUAutoTuningCompleteEvent
Smart Pointer Interface Name:IADLXGPUAutoTuningCompleteEventPtr
Inherits:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
IsOverclockGPUCompletedChecks if the GPU overclocking is completed.
IsOverclockVRAMCompletedChecks if the VRAM overclocking is completed.
IsUndervoltGPUCompletedChecks if the GPU undervolting is completed.

Requirements

Headerinclude “IGPUAutoTuning.h”
Minimum version1.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.

Subpages

API Reference

This page references: