Skip to main content

Module command_queue

Module command_queue 

Source
Expand description

Metal command queue.

Corresponds to Metal/MTLCommandQueue.hpp.

A command queue manages the execution of command buffers on a device.

Structsยง

CommandQueue
A queue that organizes the order of command buffer execution.
CommandQueueDescriptor
A descriptor for configuring command queue creation.