---
title: MTLDataType.short3
framework: metal
role: symbol
role_heading: Case
path: metal/mtldatatype/short3
---

# MTLDataType.short3

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

## Declaration

```swift
case short3
```

## See Also

### 16-bit integer types

- [MTLDataType.short](metal/mtldatatype/short.md)
- [MTLDataType.short2](metal/mtldatatype/short2.md)
- [MTLDataType.short4](metal/mtldatatype/short4.md)
- [MTLDataType.ushort](metal/mtldatatype/ushort.md)
- [MTLDataType.ushort2](metal/mtldatatype/ushort2.md)
- [MTLDataType.ushort3](metal/mtldatatype/ushort3.md)
- [MTLDataType.ushort4](metal/mtldatatype/ushort4.md)
