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

# buffer

A buffer instance this tensor shares its storage with or nil if this tensor does not wrap an underlying buffer.

## Declaration

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