IADLXGPUTuningChangedHandling

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

Method

Description

AddGPUTuningEventListener

Registers an event listener for notifications when the GPU tuning changes.

RemoveGPUTuningEventListener

Unregisters an event listener from the GPU tuning event list.

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 .