---
title: MTLCullMode.none
framework: metal
role: symbol
role_heading: Case
path: metal/mtlcullmode/none
---

# MTLCullMode.none

Does not cull any primitives.

## Declaration

```swift
case none
```

## See Also

### Cull modes

- [MTLCullMode.front](metal/mtlcullmode/front.md)
- [MTLCullMode.back](metal/mtlcullmode/back.md)
