fragmentFunction
The fragment function the pipeline calls to process fragments.
Declaration
var fragmentFunction: (any MTLFunction)? { get set }Discussion
The default value is nil. If this value is nil, then there is no fragment function and therefore no writes to the color render target occur. Depth and stencil writes and visibility result counting can still proceed.