signal(_:atExecutionEvent:value:)
Signals these shared events at execution stage and immediately proceeds.
Declaration
func signal(_ event: any MTLSharedEvent, atExecutionEvent executionStage: MPSGraphExecutionStage, value: UInt64)Parameters
- event:
Shared event to signal.
- executionStage:
Execution stage to signal event at.
- value:
Value for shared event to wait on.