---
title: drawIndexedPatches
framework: metal
role: symbol
role_heading: Type Property
path: metal/mtlindirectcommandtype/drawindexedpatches
---

# drawIndexedPatches

An indexed draw call command for tessellated patches.

## Declaration

```swift
static var drawIndexedPatches: MTLIndirectCommandType { get }
```

## See Also

### Specifying command types

- [draw](metal/mtlindirectcommandtype/draw.md)
- [drawIndexed](metal/mtlindirectcommandtype/drawindexed.md)
- [drawPatches](metal/mtlindirectcommandtype/drawpatches.md)
- [concurrentDispatch](metal/mtlindirectcommandtype/concurrentdispatch.md)
- [concurrentDispatchThreads](metal/mtlindirectcommandtype/concurrentdispatchthreads.md)
