MTLIOCommandBuffer
A command buffer that contains input/output commands that work with files in the file systems and Metal resources.
Declaration
protocol MTLIOCommandBuffer : NSObjectProtocolOverview
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
load(_:offset:size:sourceHandle:sourceHandleOffset:)load(_:slice:level:size:sourceBytesPerRow:sourceBytesPerImage:destinationOrigin:sourceHandle:sourceHandleOffset:)loadBytes(_:size:sourceHandle:sourceHandleOffset:)