---
title: concurrentDispatch
framework: metal
role: symbol
role_heading: Type Property
path: metal/mtlindirectcommandtype/concurrentdispatch
---

# concurrentDispatch

A compute command using a grid aligned to threadgroup boundaries.

## Declaration

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

## See Also

### Specifying command types

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