Contents

commandQueue

The command queue that creates the command buffer.

Declaration

var commandQueue: any MTLCommandQueue { get }

Discussion

Each command buffer can only submit its commands to the queue that creates it.

See Also

Identifying the command buffer