---
title: submeshes
framework: metalkit
role: symbol
role_heading: Instance Property
path: metalkit/mtkmesh/submeshes
---

# submeshes

An array of submeshes containing index buffers referencing the mesh vertices.

## Declaration

```swift
var submeshes: [MTKSubmesh] { get }
```

## Discussion

Discussion Submeshes may also contain texture materials to apply when rendering the mesh object.
