<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/LowLevelRenderer/RenderState/render(meshInstancesArrayIndex:meshInstanceIndex:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:19RealityCoreRenderer08LowLevelC0C11RenderStateV6render23meshInstancesArrayIndex0i8InstanceL0ySi_SitF"
  },
  "title" : "render(meshInstancesArrayIndex:meshInstanceIndex:)"
}
-->

# render(meshInstancesArrayIndex:meshInstanceIndex:)

Encodes a draw call for a single mesh instance.

```
func render(meshInstancesArrayIndex: Int, meshInstanceIndex: Int)
```

## Parameters

`meshInstancesArrayIndex`

The slot index of the mesh instance array that contains the instance.

`meshInstanceIndex`

The index of the mesh instance within that array.

---

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)