<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/MeshDeformParameter/VertexBuffers/Data",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation19MeshDeformParameterV13VertexBuffersV4DataV"
  },
  "title" : "MeshDeformParameter.VertexBuffers.Data"
}
-->

# MeshDeformParameter.VertexBuffers.Data

Provides low-level information about the memory allocation of the buffers.

```
struct Data
```

## Topics

### Accessing buffer data

[`let buffer: Buffer`](/documentation/RealityKit/MeshDeformParameter/VertexBuffers/Data/buffer)

The allocation containing the vertex data.

[`let stride: Int`](/documentation/RealityKit/MeshDeformParameter/VertexBuffers/Data/stride)

The stride of the vertex data.

### Instance Properties

[`let format: MTLVertexFormat`](/documentation/RealityKit/MeshDeformParameter/VertexBuffers/Data/format)

The format of the vertices.

[`let offset: Int`](/documentation/RealityKit/MeshDeformParameter/VertexBuffers/Data/offset)

The offset of the vertex 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)