Contents

MTLIOCommandBuffer

A command buffer that contains input/output commands that work with files in the file systems and Metal resources.

Declaration

protocol MTLIOCommandBuffer : NSObjectProtocol

Overview

Add commands an input/output command buffer to load assets from the file system directly into Metal resources. Your app can then use those resources with other commands it submits to MTLCommandQueue.

Topics

Loading assets

Adding a barrier

Synchronizing a command buffer

Adding final commands

Submitting a command buffer

Canceling a command buffer

Waiting for a command buffer

Checking the state of a command buffer

Debugging a command buffer

See Also

I/O command buffers