Command buffer for batching operations
Instance methods
commit
Commit without waiting (async GPU execution)
Sourcecommit_and_wait
Commit and wait for completion
Sourceenqueue
Enqueue: tells Metal execution order WITHOUT committing
Sourcewait
Wait for already-committed buffer to complete
Source