Contents

MTLDispatchType.concurrent

Sets a command encoder to dispatch encoded commands concurrently during your pass.

Declaration

case concurrent

Discussion

If you encode multiple commands that access a single resource, you’re responsible for synchronizing the memory operations to that resource. For more information, see Resource synchronization.

See Also

Execution dispatch types