qt - Fails to paint within QGLWidget -


i have weird issue opengl in qt. have derived class qglwidget. use makecurrent() in initializegl because need call opengl functions first. opengl widget embedded qframe.

when run application in qtcreator, runs. when run standalone one, opengl surface seems not update @ all.

any clue?

edit: problem seems come optirun


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -