---
title: depthPlane
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/lowlevelrenderer/output-swift.struct/texture/depthplane
---

# depthPlane

The depth plane of the texture to use. Corresponds to MTLRenderPassAttachmentDescriptor.depthPlane.

## Declaration

```swift
var depthPlane: Int { get set }
```

## See Also

### Addressing the texture

- [level](realitykit/lowlevelrenderer/output-swift.struct/texture/level.md)
- [slice](realitykit/lowlevelrenderer/output-swift.struct/texture/slice.md)
