--- title: 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.