---
title: MTLStoreAction.storeAndMultisampleResolve
framework: metal
role: symbol
role_heading: Case
path: metal/mtlstoreaction/storeandmultisampleresolve
---

# MTLStoreAction.storeAndMultisampleResolve

The GPU stores the multisample data to the multisample texture, resolves the data to a sample per pixel, and stores the data to the resolve texture.

## Declaration

```swift
case storeAndMultisampleResolve
```

## Mentioned in

Setting load and store actions

## See Also

### Store actions

- [MTLStoreAction.dontCare](metal/mtlstoreaction/dontcare.md)
- [MTLStoreAction.store](metal/mtlstoreaction/store.md)
- [MTLStoreAction.multisampleResolve](metal/mtlstoreaction/multisampleresolve.md)
- [MTLStoreAction.unknown](metal/mtlstoreaction/unknown.md)
- [MTLStoreAction.customSampleDepthStore](metal/mtlstoreaction/customsampledepthstore.md)
