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 MTLBlitPassDescriptorMentioned in
Overview
You can customize an encoder for a blit pass by creating and configuring an MTLBlitPassDescriptor instance and passing it to makeBlitCommandEncoder(descriptor:).