The vertex-buffer tag has no usage guidance.
0
votes
1answer
694 views
MonoGame: Draw thousands of quads without hardware instancing
In my game, every bit of geometry is a textured quad billboard in 3D. I have many thousands of these things on screen at once, sometimes with overdraw. As I understand it, there are a few ways I can ...