render(meshInstancesArrayIndex:range:)
Encodes draw calls for a contiguous range of mesh instances.
Declaration
func render(meshInstancesArrayIndex: Int, range: Range<Int>)Parameters
- meshInstancesArrayIndex:
The slot index of the mesh instance array that contains the instances.
- range:
The range of mesh instance indices to draw.