IADLXGPUTuningChangedListener

The IADLXGPUTuningChangedListener interface is implemented in the application to receive an event from ADLX when the GPU tuning changes.

InterfaceId:

N/A

Smart Pointer Interface Name:

N/A

Inherits:

N/A

Inherited By:

N/A

An instance of the implemented IADLXGPUTuningChangedListener interface must be passed to AddGPUTuningEventListener to register for notifications when GPU tuning changes.

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

Methods

Method

Description

OnGPUTuningChanged

OnGPUTuningChanged is called by ADLX when GPU tuning changes.

Requirements

Header

include “IGPUTuning.h”

Minimum version

1.0

Example

To see how to use this interface in a C++ application, refer to the SyncGPUTuning C++ sample .

For a C application, refer to the SyncGPUTuning C sample .