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

# MTLVertexFormat.float4

A four-component vector with 32-bit floating-point values.

## Declaration

```swift
case float4
```

## See Also

### 32-bit floating-point formats

- [MTLVertexFormat.float](metal/mtlvertexformat/float.md)
- [MTLVertexFormat.float2](metal/mtlvertexformat/float2.md)
- [MTLVertexFormat.float3](metal/mtlvertexformat/float3.md)
- [MTLVertexFormat.floatRG11B10](metal/mtlvertexformat/floatrg11b10.md)
- [MTLVertexFormat.floatRGB9E5](metal/mtlvertexformat/floatrgb9e5.md)
