---
title: buffer
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtltensorauxiliaryplane/buffer
---

# buffer

The buffer that provides the underlying storage for this plane, or nil if no buffer was provided at initialization.

## Declaration

```swift
var buffer: (any MTLBuffer)? { get }
```
