---
title: tileBuffers
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtltilerenderpipelinedescriptor/tilebuffers
---

# tileBuffers

An array that contains the buffer mutability options for a render pipeline’s tile function.

## Declaration

```swift
var tileBuffers: MTLPipelineBufferDescriptorArray { get }
```

## Discussion

Discussion This property returns an array of MTLPipelineBufferDescriptor objects, with each array index corresponding to the same index in the buffer argument table for the render pipeline’s tile shader.

## See Also

### Specifying graphics functions and associated data

- [tileFunction](metal/mtltilerenderpipelinedescriptor/tilefunction.md)
- [maxCallStackDepth](metal/mtltilerenderpipelinedescriptor/maxcallstackdepth.md)
