Function MultiMesh.visibleInstanceCount
Limits the number of instances drawn, -1 draws all instances. Changing this does not change the sizes of the buffers.
long visibleInstanceCount() nothrow @property @nogc;
void visibleInstanceCount
(
long v
) nothrow @property @nogc;