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

# MTLVertexFormat.ushort2

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

## Declaration

```swift
case ushort2
```

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