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

# MTLDataType.half2

A two-component vector with 16-bit floating-point values.

## Declaration

```swift
case half2
```

## See Also

### 16-bit floating-point types

- [MTLDataType.half](metal/mtldatatype/half.md)
- [MTLDataType.half3](metal/mtldatatype/half3.md)
- [MTLDataType.half4](metal/mtldatatype/half4.md)
