I'm trying to determine which method would be the fastest way to display a list of points whose color can possibly change for every point. The list of points is dynamic and can potentially be as large as a million points (or even more).
It looks like Vertex Array may be the way to go, but wanted to get your input before implementing this display method.
Thanks in advance for your help.