---
title: resolveDepthPlane
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtlrenderpassattachmentdescriptor/resolvedepthplane
---

# resolveDepthPlane

The depth plane of the texture used for the multisample resolve action.

## Declaration

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

## Discussion

Discussion If the value of storeAction is set to MTLStoreAction.multisampleResolve or MTLStoreAction.storeAndMultisampleResolve, set this property to point to a depth plane in the resolve texture. The default value is 0.

## See Also

### Specifying the texture to resolve multisample data

- [resolveTexture](metal/mtlrenderpassattachmentdescriptor/resolvetexture.md)
- [resolveLevel](metal/mtlrenderpassattachmentdescriptor/resolvelevel.md)
- [resolveSlice](metal/mtlrenderpassattachmentdescriptor/resolveslice.md)
