Hello Sir/Ma'am,
I am working on an OpenGL project in Qt using assimp library.  When I run
the code, I get the following errors;

Error, unable to get an OpenGL QPair(3,3) context

Error: Unable to initialize OpenGL functions


hence, i went for debugging it, it is pointing me
openglfunctions_3_3_core.h this function.


inline void QOpenGLFunctions_3_3_Core::glViewport(GLint x, GLint y,
GLsizei width, GLsizei height)

{

    d_1_0_Core->Viewport(x, y, width, height); // debug error pointed here.

}


what should I do. Please do reply. Thanks in advance.


Sincere Regards,

Amey Patil
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to