---
title: MTLBindingAccess
framework: metal
role: symbol
role_heading: Enumeration
path: metal/mtlbindingaccess
---

# MTLBindingAccess

## Declaration

```swift
enum MTLBindingAccess
```

## Topics

### Enumeration Cases

- [MTLBindingAccess.readOnly](metal/mtlbindingaccess/readonly.md)
- [MTLBindingAccess.readWrite](metal/mtlbindingaccess/readwrite.md)
- [MTLBindingAccess.writeOnly](metal/mtlbindingaccess/writeonly.md)

### Initializers

- [init(rawValue:)](metal/mtlbindingaccess/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.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)
- [MTLBinding](metal/mtlbinding.md)
- [MTLBufferBinding](metal/mtlbufferbinding.md)
- [MTLTextureBinding](metal/mtltexturebinding.md)
- [MTLThreadgroupBinding](metal/mtlthreadgroupbinding.md)
- [MTLObjectPayloadBinding](metal/mtlobjectpayloadbinding.md)
