Hello,
I am happy to join this forum today ! I use Qt for a certain time. I recently started to use openGL with it, and now I have a few problems to do it on Linux. On Windows my drivers were up-to-date, and it was working.
But now, I am running on Debian, unstable version. After one night and one kernel compilation, my NVidia driver is finally up-to-date, version 310.32 :D
I know it comes with openGL 3.0 (higher in fact), and Qt 4.7 supports it. I have the last version of the libqt4-opengl-dev package. However I am not able to create a context with openGL >= 2.1.
format().openGLVersionFlags().testFlag(QGLFormat::OpenGL_Version_3_0)
returns false.
Did I miss something ? I really want to use GLSL 1.3, not 1.2 :)
Thank for you help.
↧