---
title: MTLBinding
framework: metal
role: symbol
role_heading: Protocol
path: metal/mtlbinding
---

# MTLBinding

## Declaration

```swift
protocol MTLBinding : NSObjectProtocol, Sendable
```

## Topics

### Instance Properties

- [access](metal/mtlbinding/access.md)
- [index](metal/mtlbinding/index.md)
- [isArgument](metal/mtlbinding/isargument.md)
- [isUsed](metal/mtlbinding/isused.md)
- [name](metal/mtlbinding/name.md)
- [type](metal/mtlbinding/type.md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

### Inherited By

- [MTLBufferBinding](metal/mtlbufferbinding.md)
- [MTLObjectPayloadBinding](metal/mtlobjectpayloadbinding.md)
- [MTLTensorBinding](metal/mtltensorbinding.md)
- [MTLTextureBinding](metal/mtltexturebinding.md)
- [MTLThreadgroupBinding](metal/mtlthreadgroupbinding.md)

## See Also

### Introspection data

- [MTLComputePipelineReflection](metal/mtlcomputepipelinereflection.md)
- [MTLAutoreleasedComputePipelineReflection](metal/mtlautoreleasedcomputepipelinereflection.md)
- [MTLRenderPipelineReflection](metal/mtlrenderpipelinereflection.md)
- [MTLAutoreleasedRenderPipelineReflection](metal/mtlautoreleasedrenderpipelinereflection.md)
- [MTLBindingType](metal/mtlbindingtype.md)
- [MTLBindingAccess](metal/mtlbindingaccess.md)
- [MTLBufferBinding](metal/mtlbufferbinding.md)
- [MTLTextureBinding](metal/mtltexturebinding.md)
- [MTLThreadgroupBinding](metal/mtlthreadgroupbinding.md)
- [MTLObjectPayloadBinding](metal/mtlobjectpayloadbinding.md)
