MTLBlitPassDescriptor

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

extern (C++) final @nogc nothrow
@ObjectiveC
class MTLBlitPassDescriptor {}

Members

Mixins

__anonymous
mixin ObjcExtend!NSObject
Undocumented in source.

Static functions

blitPassDescriptor
MTLBlitPassDescriptor blitPassDescriptor()

Creates a new blit pass descriptor with a default configuration.

Meta