Skip to content

IADLXGPUAutoTuningCompleteListener

Navigation: ADLX SDK ReferencesADLX InterfacesGPU Tuning

The IADLXGPUAutoTuningCompleteListener interface is implemented in the application to receive an event from ADLX when GPU automatic tuning completes.

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

An instance of the implemented IADLXGPUAutoTuningCompleteListener interface must be passed to StartUndervoltGPU, StartOverclockGPU, and StartOverclockVRAM to register for notifications when GPU automatic tuning complete.

For more information about subscribing for notifications, refer to Subscribing to Event Notifications using ADLX.

Methods

MethodDescription
OnGPUAutoTuningCompleteThe OnGPUAutoTuningComplete is called by ADLX when GPU tuning completes.

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: