---
title: threadgroupSizeMatchesTileSize
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtlrenderpipelinestate/threadgroupsizematchestilesize
---

# threadgroupSizeMatchesTileSize

A Boolean value that indicates whether the pipeline state needs a threadgroup’s size to equal a tile’s size.

## Declaration

```swift
var threadgroupSizeMatchesTileSize: Bool { get }
```

## See Also

### Checking tile shader memory requirements

- [maxTotalThreadsPerThreadgroup](metal/mtlrenderpipelinestate/maxtotalthreadsperthreadgroup.md)
- [imageblockSampleLength](metal/mtlrenderpipelinestate/imageblocksamplelength.md)
- [imageblockMemoryLength(forDimensions:)](metal/mtlrenderpipelinestate/imageblockmemorylength(fordimensions:).md)
