MTLSharedEventHandle
An instance you use to recreate a shareable event.
Declaration
class MTLSharedEventHandleOverview
To create a MTLSharedEventHandle instance, call the makeSharedEventHandle() method on an MTLSharedEvent instance. Use an XPC conection to pass a MTLSharedEventHandle instance to another process. To recreate the event, call the makeSharedEvent(handle:) on an MTLDevice instance.
Topics
Identifying the shareable event handle
Initializers
See Also
Synchronizing with events
Implementing a multistage image filter using heaps and eventsAbout synchronization eventsSynchronizing events within a single deviceSynchronizing events across multiple devices or processesSynchronizing events between a GPU and the CPUMTLEventMTLSharedEventMTLSharedEventListenerMTLSharedEventNotificationBlock