> ## Documentation Index
> Fetch the complete documentation index at: https://rive.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# VertexBufferLayout

Describes how one vertex buffer feeds attributes to the vertex shader.

## Fields

### `stride`

Byte stride between vertices.

### `stepMode`

Advance per vertex or per instance (default 'vertex').

### `attributes`

Vertex attributes sourced from this buffer.
