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

# MTLStoreAction.store

The GPU stores the rendered contents to the texture.

## Declaration

```swift
case store
```

## Mentioned in

Setting load and store actions Storing data a pass makes with custom sample positions for a subsequent pass

## See Also

### Store actions

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