Contents

MTLIOCommandQueueDescriptor

A configuration template you use to create a new input/output command queue.

Declaration

class MTLIOCommandQueueDescriptor

Overview

Use this descriptor type to configure the settings of each input/output command queue that you create using makeIOCommandQueue(descriptor:). To create additional input/output command queues, you can reuse a descriptor instance and optionally reconfigure its properties.

Create each input/output queue to meet your apps needs by setting the descriptor’s properties.

Topics

Configuring the input/output command queue

Providing your own a scratch buffer

See Also

I/O command queues