[Qt-interest] Using opengl extensions and getting the functions
Samuel Rødal
sroedal at trolltech.com
Fri May 22 09:49:14 CEST 2009
Oliver Demetz wrote:
> Hi!
>
> I want to use some of the opengl extensions in my qt app.
I suggest that you use libGLEW in combination with Qt for OpenGL
extension resolving: http://glew.sourceforge.net/
You'll just need to call glewInit() once in initializeGL() or some other
location to be able to use the resolved extensions.
--
Samuel
More information about the Qt-interest-old
mailing list