LowLevelMeshInstanceArray
A fixed-capacity collection of mesh instances submitted to the renderer.
Declaration
final class LowLevelMeshInstanceArrayOverview
Instances are placed by index via setMeshInstance(_:index:). Create arrays using makeMeshInstanceArray(renderTargets:count:) and assign them to the renderer with setMeshInstances(_:at:).