signalEvent(_:value:)
Encodes a command that signals a shared event to other parts of your app.
Declaration
func signalEvent(_ event: any MTLSharedEvent, value: UInt64)Parameters
- event:
A shared event instance the method waits for.
- value:
A value the command uses to signal for the event to other parts of your app.