Summary
Draws multiple instances of a model using GPU instancing.
This is similar to
Rendering.CommandList.DrawModelInstancedIndirect,
except the count is provided from the CPU rather than via a GPU buffer.
Use `SV_InstanceID` semantic in shaders to access the rendered instance.