Minimum OpenGL version required by Qt
-
Does Qt require a minimum OpenGL version? That is, will it run on OpenGL 1.0 provided that I do not issue any non 1.0 commands my self and that I do not use features like QGLPixelBuffer where the docs explicitly specify required extensions?
-
For OpenGL from 1.1
For OpenGL ES from 1.0
( http://developer.qt.nokia.com/doc/qt-4.8/qglformat.html )