Contents

signalEvent(_:value:)

Schedules an operation to signal a GPU event with a specific value after all GPU work prior to this point is complete.

Declaration

func signalEvent(_ event: any MTLEvent, value: UInt64)

Parameters