don't use glGetInteger for VBO checks in GLChecks

Started by Matthias, April 29, 2007, 19:59:11

Previous topic - Next topic

Matthias

glGetInteger will force a driver sync and prevents multi threaded optimisations in the driver (see nVidia document about multi threaded OpenGL driver)