Skip to main content

enqueue

Function enqueue 

Source
pub fn enqueue(
    queue: &mut CommandQueue,
    label: &str,
    priority: CommandPriority,
) -> u64
Expand description

Enqueue a single command with the given label and priority. Returns the assigned command id.