You are not logged in.
Pages: 1
How can I see which version of OpenGL my system has? Does the dynamic library that you link to when using "-lGL" in gcc, have that version? Is it normally version 1.5 or higher, and does it support VBO's both for programming and running it?
Offline
Use glxinfo.
Offline
Pages: 1