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

# MTLVertexFormat.ushort3

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

## Declaration

```swift
case ushort3
```

## 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.ushort4](metal/mtlvertexformat/ushort4.md)
