---
title: tileBindings
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtlrenderpipelinereflection/tilebindings
---

# tileBindings

An array of binding instances, each of which represents a parameter of the pipeline state’s tile shader.

## Declaration

```swift
var tileBindings: [any MTLBinding] { get }
```

## Discussion

Discussion The MTLBinding elements in the array are in the same order as the tile shader’s declaration signature.

## See Also

### Inspecting a shader’s parameter

- [fragmentBindings](metal/mtlrenderpipelinereflection/fragmentbindings.md)
- [meshBindings](metal/mtlrenderpipelinereflection/meshbindings.md)
- [objectBindings](metal/mtlrenderpipelinereflection/objectbindings.md)
- [vertexBindings](metal/mtlrenderpipelinereflection/vertexbindings.md)
