OpenGL is a graphics standard and API which is platform independent and available for desktop, workstation and mobile devices. It is designed to be easy to accelerate with dedicated computer hardware, and hence most implementations give greatly improved performance over traditional software ...

learn more… | top users | synonyms

3
votes
1answer
123 views
+150

Windows 7 64bit, Qt 4: glGetVersion returns “1.1.0”

situation I'm developing 32bit application that uses Qt 4, and I"m working on Windows 7 64bit. My program has main non-OpenGL widget, and QGLWidget which is optionally opened by the user. problem: ...