GL Debug Context with Qt 5
Game Development
1
Posts
1
Posters
1.8k
Views
1
Watching
-
wrote on 11 Jul 2012, 08:23 last edited by
After studying the Qt5 documentation a little, I came across QSurfaceFormat which contains a few functions also present in QGLFormat but has additional features such as setting the debug flag - a feature I've been waiting for for a long time.
But how is the relation between QGLFormat and QSurfaceFormat best explained? Why isn't the debug flag part of QGLFormat?
1/1