---
title: LowLevelDeformation.VertexAttribute
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/lowleveldeformation/vertexattribute
---

# LowLevelDeformation.VertexAttribute

An object that describes the format and stride of a single vertex attribute.

## Declaration

```swift
struct VertexAttribute
```

## Topics

### Creating a vertex attribute

- [init(semantic:format:stride:)](realitykit/lowleveldeformation/vertexattribute/init(semantic:format:stride:).md)

### Accessing layout information

- [stride](realitykit/lowleveldeformation/vertexattribute/stride.md)

### Instance Properties

- [format](realitykit/lowleveldeformation/vertexattribute/format.md)
- [semantic](realitykit/lowleveldeformation/vertexattribute/semantic.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessing mesh data

- [input](realitykit/lowleveldeformation/input.md)
- [output](realitykit/lowleveldeformation/output.md)
- [LowLevelDeformation.Mesh](realitykit/lowleveldeformation/mesh.md)
- [vertexCount](realitykit/lowleveldeformation/vertexcount.md)
- [LowLevelDeformation.VertexSemantic](realitykit/lowleveldeformation/vertexsemantic.md)
