---
title: storeActionOptions
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtlrenderpassattachmentdescriptor/storeactionoptions
---

# storeActionOptions

The options that modify the store action performed by this attachment.

## Declaration

```swift
var storeActionOptions: MTLStoreActionOptions { get set }
```

## Mentioned in

Storing data a pass makes with custom sample positions for a subsequent pass

## Discussion

Discussion This property specifies additional behavior for the store action specified by the storeAction property. The default value is MTLStoreActionOptionNone.

## See Also

### Specifying rendering pass actions

- [loadAction](metal/mtlrenderpassattachmentdescriptor/loadaction.md)
- [storeAction](metal/mtlrenderpassattachmentdescriptor/storeaction.md)
