Skip to content

IADLXGPUTuningChangedHandling

Navigation: ADLX SDK ReferencesADLX InterfacesGPU Tuning

The IADLXGPUTuningChangedHandling interface allows registering and unregistering for notifications when the GPU tuning changes.

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

Methods

MethodDescription
AddGPUTuningEventListenerRegisters an event listener for notifications when the GPU tuning changes.
RemoveGPUTuningEventListenerUnregisters an event listener from the GPU tuning event list.

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, RemoveGPUTuningEventListener, IADLXInterface, SyncGPUTuning, SyncGPUTuning