IADLXGPUTuningChangedHandling
The IADLXGPUTuningChangedHandling interface allows registering and unregistering for notifications when the GPU tuning changes.
InterfaceId: |
IADLXGPUTuningChangedHandling |
Smart Pointer Interface Name: |
IADLXGPUTuningChangedHandlingPtr |
Inherits: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Registers an event listener for notifications when the GPU tuning changes. |
|
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 .