Skip to content

IADLXGPUsChangedHandling

Navigation: ADLX SDK ReferencesADLX InterfacesGPU

The IADLXGPUsChangedHandling interface allows registering and unregistering for notifications when the GPU list changes.

InterfaceId:IADLXGPUsChangedHandling
Smart Pointer Interface Name:IADLXGPUsChangedHandlingPtr
Inherits:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
AddGPUsListEventListenerRegisters an event listener for notifications when the GPU list changes.
RemoveGPUsListEventListenerUnregisters an event listener from notifications when the GPU list changes.

Requirements

Headerinclude “ISystem.h”
Minimum version1.0

Example

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

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

Subpages

See Also: AddGPUsListEventListener, RemoveGPUsListEventListener, IADLXInterface, GPUs, GPUs