[Solved] Smooth integration of OpenGL 4.x with Qt...
-
[quote author="przemo_li" date="1281463235"]How to do that? How to change code of Qt if current version do not integrate with OpenGL version I want to use?
And do you know any good docs about OpenGL 3.x|4.x and Qt?[/quote]
This does not make any sense. Qt uses and exposes the version reported by the OpenGL renderer you have; you can use QGLFormat::setVersion() to try opening a context with a specific version.
-
Sorry to necro post but this thread came up in a search and it's still un-solved. So here's the "solution":http://developer.qt.nokia.com/wiki/How_to_use_OpenGL_Core_Profile_with_Qt