Contents

MTLIOScratchBufferAllocator

A protocol your app implements to provide scratch memory to an input/output command queue.

Declaration

protocol MTLIOScratchBufferAllocator : NSObjectProtocol

Overview

An allocator returns instances of MTLIOScratchBuffer, another type your app implements.

Topics

Providing scratch memory to a queue

See Also

I/O command queues