isRasterizationEnabled
Determines whether the pipeline rasterizes primitives.
Declaration
var isRasterizationEnabled: Bool { get set }Discussion
By default, this value is true, specifying that this pipeline rasterizes primitives. Set this property to false when you don’t provide a fragment shader function via function fragmentFunctionDescriptor.