---
title: MTLAttributeFormat.int4
framework: metal
role: symbol
role_heading: Case
path: metal/mtlattributeformat/int4
---

# MTLAttributeFormat.int4

A four-component vector with 32-bit, signed integer values.

## Declaration

```swift
case int4
```

## See Also

### 32-bit integer formats

- [MTLAttributeFormat.int](metal/mtlattributeformat/int.md)
- [MTLAttributeFormat.int2](metal/mtlattributeformat/int2.md)
- [MTLAttributeFormat.int3](metal/mtlattributeformat/int3.md)
- [MTLAttributeFormat.uint](metal/mtlattributeformat/uint.md)
- [MTLAttributeFormat.uint2](metal/mtlattributeformat/uint2.md)
- [MTLAttributeFormat.uint3](metal/mtlattributeformat/uint3.md)
- [MTLAttributeFormat.uint4](metal/mtlattributeformat/uint4.md)
