MTLRenderPipelineColorAttachmentDescriptor

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

Members

Functions

alphaBlendOperation
MTLBlendOperation alphaBlendOperation()

The blend operation assigned for the alpha data.

alphaBlendOperation
MTLBlendOperation alphaBlendOperation(MTLBlendOperation )
Undocumented in source.
blendingEnabled
BOOL blendingEnabled(BOOL )
Undocumented in source.
destinationAlphaBlendFactor
MTLBlendFactor destinationAlphaBlendFactor()

The destination blend factor (DBF) used by the alpha blend operation.

destinationAlphaBlendFactor
MTLBlendFactor destinationAlphaBlendFactor(MTLBlendFactor )
Undocumented in source.
destinationRGBBlendFactor
MTLBlendFactor destinationRGBBlendFactor()

The destination blend factor (DBF) used by the RGB blend operation.

destinationRGBBlendFactor
MTLBlendFactor destinationRGBBlendFactor(MTLBlendFactor )
Undocumented in source.
isBlendingEnabled
BOOL isBlendingEnabled()

A Boolean value that determines whether blending is enabled.

pixelFormat
MTLPixelFormat pixelFormat()

The pixel format of the color attachment’s texture.

pixelFormat
MTLPixelFormat pixelFormat(MTLPixelFormat )
Undocumented in source.
rgbBlendOperation
MTLBlendOperation rgbBlendOperation()

The blend operation assigned for the RGB data.

rgbBlendOperation
MTLBlendOperation rgbBlendOperation(MTLBlendOperation )
Undocumented in source.
sourceAlphaBlendFactor
MTLBlendFactor sourceAlphaBlendFactor()

The source blend factor (SBF) used by the alpha blend operation.

sourceAlphaBlendFactor
MTLBlendFactor sourceAlphaBlendFactor(MTLBlendFactor )
Undocumented in source.
sourceRGBBlendFactor
MTLBlendFactor sourceRGBBlendFactor()

The source blend factor (SBF) used by the RGB blend operation.

sourceRGBBlendFactor
MTLBlendFactor sourceRGBBlendFactor(MTLBlendFactor )
Undocumented in source.
writeMask
MTLColorWriteMask writeMask()

A bitmask that restricts which color channels are written into the texture.

writeMask
MTLColorWriteMask writeMask(MTLColorWriteMask )
Undocumented in source.

Meta