Skip to content

IADLXGPUTuningChangedListener

Navigation: ADLX SDK ReferencesADLX InterfacesGPU Tuning

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

MethodDescription
OnGPUTuningChangedOnGPUTuningChanged is called by ADLX when GPU tuning changes.

Requirements

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

Subpages

See Also: AddGPUTuningEventListener, OnGPUTuningChanged, SyncGPUTuning, SyncGPUTuning, Subscribing to Event Notifications using ADLX