MTLSharedEventNotificationBlock
A block of code invoked after a shareable event’s signal value equals or exceeds a given value.
Declaration
typealias MTLSharedEventNotificationBlock = @Sendable (any MTLSharedEvent, UInt64) -> VoidA block of code invoked after a shareable event’s signal value equals or exceeds a given value.
typealias MTLSharedEventNotificationBlock = @Sendable (any MTLSharedEvent, UInt64) -> Void