---
title: clipperInvocations
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtlcounterresultstatistic/clipperinvocations
---

# clipperInvocations

The number of primitives a render pass sends to the clip stage.

## Declaration

```swift
var clipperInvocations: UInt64
```

## See Also

### Statistics values

- [tessellationInputPatches](metal/mtlcounterresultstatistic/tessellationinputpatches.md)
- [vertexInvocations](metal/mtlcounterresultstatistic/vertexinvocations.md)
- [postTessellationVertexInvocations](metal/mtlcounterresultstatistic/posttessellationvertexinvocations.md)
- [clipperPrimitivesOut](metal/mtlcounterresultstatistic/clipperprimitivesout.md)
- [fragmentInvocations](metal/mtlcounterresultstatistic/fragmentinvocations.md)
- [fragmentsPassed](metal/mtlcounterresultstatistic/fragmentspassed.md)
- [computeKernelInvocations](metal/mtlcounterresultstatistic/computekernelinvocations.md)
