OpenGL VBO Benchmarks

There are many papers and slides available on the web from NVidia and others about optimizing an OpenGL application by removing its bottlenecks. Here are some more information which I could only find by my own. I hope they will be useful to people starting OpenGL projects, when making choices about how to render their data.

Vertex Buffer Objects (VBOs)

Links