<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Metal",
  "identifier" : "/documentation/Metal/MTLVertexBufferLayoutDescriptor",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Metal"
    ],
    "preciseIdentifier" : "c:objc(cs)MTLVertexBufferLayoutDescriptor"
  },
  "title" : "MTLVertexBufferLayoutDescriptor"
}
-->

# MTLVertexBufferLayoutDescriptor

An object that configures how a render pipeline fetches data to send to the vertex function.

```
class MTLVertexBufferLayoutDescriptor
```

## Topics

### Organizing the vertex buffer layout

[`stepFunction`](/documentation/Metal/MTLVertexBufferLayoutDescriptor/stepFunction)

The circumstances under which the vertex and its attributes are presented to the vertex function.

[`stepRate`](/documentation/Metal/MTLVertexBufferLayoutDescriptor/stepRate)

The interval at which the vertex and its attributes are presented to the vertex function.

[`stride`](/documentation/Metal/MTLVertexBufferLayoutDescriptor/stride)

The number of bytes between the first byte of two consecutive vertices in a buffer.

[`MTLVertexStepFunction`](/documentation/Metal/MTLVertexStepFunction)

The frequency with which the vertex function or post-tessellation vertex function fetches attribute data.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)