MTLDispatchType.concurrent
Sets a command encoder to dispatch encoded commands concurrently during your pass.
Declaration
case concurrentDiscussion
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.