Contents

makeSharedEvent()

Creates a new shared event instance that you can use to synchronize commands and resources across different GPU devices.

Declaration

func makeSharedEvent() -> (any MTLSharedEvent)?

See Also

Creating fences and events