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

# MTLVertexFormat.int

A 32-bit, signed integer value.

## Declaration

```swift
case int
```

## See Also

### 32-bit integer formats

- [MTLVertexFormat.int2](metal/mtlvertexformat/int2.md)
- [MTLVertexFormat.int3](metal/mtlvertexformat/int3.md)
- [MTLVertexFormat.int4](metal/mtlvertexformat/int4.md)
- [MTLVertexFormat.uint](metal/mtlvertexformat/uint.md)
- [MTLVertexFormat.uint2](metal/mtlvertexformat/uint2.md)
- [MTLVertexFormat.uint3](metal/mtlvertexformat/uint3.md)
- [MTLVertexFormat.uint4](metal/mtlvertexformat/uint4.md)
