It appears that the problem is in OpenGL itself.
Try this:Qt Code:
#define GL_GLEXT_PROTOTYPES #include <GL/gl.h> #include <GL/glu.h> #include <GL/glext.h>To copy to clipboard, switch view to plain text mode
It appears that the problem is in OpenGL itself.
Try this:Qt Code:
#define GL_GLEXT_PROTOTYPES #include <GL/gl.h> #include <GL/glu.h> #include <GL/glext.h>To copy to clipboard, switch view to plain text mode
It works!!
Thanks.
Bookmarks