render(meshInstancesArrayIndex:meshInstanceIndex:)
Encodes a draw call for a single mesh instance.
Declaration
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.