---
title: multisampleColorAttachmentTextureUsage
framework: metalkit
role: symbol
role_heading: Instance Property
path: metalkit/mtkview/multisamplecolorattachmenttextureusage
---

# multisampleColorAttachmentTextureUsage

The texture usage characteristics that the view uses when creating multisample textures.

## Declaration

```swift
var multisampleColorAttachmentTextureUsage: MTLTextureUsage { get set }
```

## Discussion

Discussion The default value is renderTarget.

## See Also

### Configuring Multisampling

- [sampleCount](metalkit/mtkview/samplecount.md)
