---
title: MTLLoadAction.dontCare
framework: metal
role: symbol
role_heading: Case
path: metal/mtlloadaction/dontcare
---

# MTLLoadAction.dontCare

The GPU has permission to discard the existing contents of the attachment at the start of the render pass, replacing them with arbitrary data.

## Declaration

```swift
case dontCare
```

## Mentioned in

Setting load and store actions

## See Also

### Load actions

- [MTLLoadAction.load](metal/mtlloadaction/load.md)
- [MTLLoadAction.clear](metal/mtlloadaction/clear.md)
