I have a simple problem: I have 5 million 2D circles with different positions/radii that I need to render using OpenGL. Being an OpenGL novice, I discretized a unit circle, stored the vertex positions ...