---
title: postTessellationVertexInvocations
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtlcounterresultstatistic/posttessellationvertexinvocations
---

# postTessellationVertexInvocations

The number of vertices a render pass sends to a post-tessellation vertex shader.

## Declaration

```swift
var postTessellationVertexInvocations: UInt64
```

## See Also

### Statistics values

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