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

# MTLAttributeFormat.int

A 32-bit, signed integer value.

## Declaration

```swift
case int
```

## See Also

### 32-bit integer formats

- [MTLAttributeFormat.int2](metal/mtlattributeformat/int2.md)
- [MTLAttributeFormat.int3](metal/mtlattributeformat/int3.md)
- [MTLAttributeFormat.int4](metal/mtlattributeformat/int4.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)
