---
title: cpuCacheModeWriteCombined
framework: metal
role: symbol
role_heading: Type Property
path: metal/mtlresourceoptions/cpucachemodewritecombined
---

# cpuCacheModeWriteCombined

A write-combined CPU cache mode that is optimized for resources that the CPU writes into, but never reads.

## Declaration

```swift
static var cpuCacheModeWriteCombined: MTLResourceOptions { get }
```
