---
title: unspecialized
framework: metal
role: symbol
role_heading: Type Property
path: metal/mtlcolorwritemask/unspecialized
---

# unspecialized

Defers assigning the color write mask.

## Declaration

```swift
static var unspecialized: MTLColorWriteMask { get }
```

## Discussion

Discussion Until you specialize this value in the pipeline state, it behaves as MTLColorWriteMaskAll.
