IADLXGPUAutoTuningCompleteListener

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

Method

Description

OnGPUAutoTuningComplete

The OnGPUAutoTuningComplete is called by ADLX when GPU tuning completes.

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 .