---
title: MTLVertexFormat.ushort4
framework: metal
role: symbol
role_heading: Case
path: metal/mtlvertexformat/ushort4
---

# MTLVertexFormat.ushort4

A four-component vector with 16-bit, unsigned integer values.

## Declaration

```swift
case ushort4
```

## See Also

### 16-bit integer formats

- [MTLVertexFormat.short](metal/mtlvertexformat/short.md)
- [MTLVertexFormat.short2](metal/mtlvertexformat/short2.md)
- [MTLVertexFormat.short3](metal/mtlvertexformat/short3.md)
- [MTLVertexFormat.short4](metal/mtlvertexformat/short4.md)
- [MTLVertexFormat.ushort](metal/mtlvertexformat/ushort.md)
- [MTLVertexFormat.ushort2](metal/mtlvertexformat/ushort2.md)
- [MTLVertexFormat.ushort3](metal/mtlvertexformat/ushort3.md)
