class

ML::Metal::CommandBuffer

Inherits Reference / Object

Command buffer for batching operations

Constructors

new(fast : Bool = false)
Source

Instance methods

commit

Commit without waiting (async GPU execution)

Source
commit_and_wait

Commit and wait for completion

Source
committed?
Source
enqueue

Enqueue: tells Metal execution order WITHOUT committing

Source
finalize
Source
handle
Source
wait

Wait for already-committed buffer to complete

Source