Contents

fragmentsPassed

The common name for the counter that tracks the number of fragments a render pass sends to the visibility and blend stages.

Declaration

static let fragmentsPassed: MTLCommonCounter

Discussion

The render pass sends fragments that pass the scissor, depth, and stencil tests to the visibility and blend stages.

See Also

Common counter names