Qt 6.11 is out! See what's new in the release
blog
Any way to create a GL debug context?
Game Development
3
Posts
2
Posters
2.2k
Views
1
Watching
-
The topic says it all. QGLContext and QGLFormat don't offer any means to set the debug flag. Can I work around that somehow? Otherwise debug output may not work which is quite a disappointment.
-
You're looking for debug messages from the framework or what? For portability reasons I don't touch the QtGL classes but I'd assume they don't output much debug anyway.
-
No, I'm talking about GL_ARB_debug_output.