Contents

MTLBlitPassDescriptor

A configuration you create to customize a blit command encoder, which affects the runtime behavior of the blit pass you encode with it.

Declaration

class MTLBlitPassDescriptor

Mentioned in

Overview

You can customize an encoder for a blit pass by creating and configuring an MTLBlitPassDescriptor instance and passing it to makeBlitCommandEncoder(descriptor:).

Topics

Configuring sample buffer attachment descriptors for a blit pass

See Also

Configuring a blit command encoder