MTLRenderPipelineDescriptor

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Members

Aliases

ini
alias ini = initialize
Undocumented in source.

Functions

colorAttachments
MTLRenderPipelineColorAttachmentDescriptorArray colorAttachments()

An array of attachments that store color data.

depthAttachmentPixelFormat
MTLPixelFormat depthAttachmentPixelFormat()

The pixel format of the attachment that stores depth data.

depthAttachmentPixelFormat
MTLPixelFormat depthAttachmentPixelFormat(MTLPixelFormat )
Undocumented in source.
fragmentFunction
MTLFunction fragmentFunction()

The fragment function the pipeline calls to process fragments.

fragmentFunction
MTLFunction fragmentFunction(MTLFunction )
Undocumented in source.
label
NSString label()

A string that identifies the render pipeline descriptor.

label
NSString label(NSString )
Undocumented in source.
stencilAttachmentPixelFormat
MTLPixelFormat stencilAttachmentPixelFormat()

The pixel format of the attachment that stores stencil data.

stencilAttachmentPixelFormat
MTLPixelFormat stencilAttachmentPixelFormat(MTLPixelFormat )
Undocumented in source.
vertexDescriptor
MTLVertexDescriptor vertexDescriptor()

The organization of vertex data in an attribute’s argument table.

vertexDescriptor
MTLVertexDescriptor vertexDescriptor(MTLVertexDescriptor )
Undocumented in source.
vertexFunction
MTLFunction vertexFunction()

The vertex function the pipeline calls to process vertices.

vertexFunction
MTLFunction vertexFunction(MTLFunction )
Undocumented in source.

Mixins

__anonymous
mixin ObjcExtend!NSObject
Undocumented in source.

Meta