---
title: resolveLevel
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtlrenderpassattachmentdescriptor/resolvelevel
---

# resolveLevel

The mipmap level of the texture used for the multisample resolve action.

## Declaration

```swift
var resolveLevel: 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 mipmap in the resolve texture. The default value is 0.

## See Also

### Specifying the texture to resolve multisample data

- [resolveTexture](metal/mtlrenderpassattachmentdescriptor/resolvetexture.md)
- [resolveSlice](metal/mtlrenderpassattachmentdescriptor/resolveslice.md)
- [resolveDepthPlane](metal/mtlrenderpassattachmentdescriptor/resolvedepthplane.md)
