summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopengldebug.h
Commit message (Collapse)AuthorAgeFilesLines
* Long live QOpenGLDebug!Giuseppe D'Angelo2013-03-151-0/+220
Qt convenience classes for the GL_KHR_debug extension This allows the developer to 1) ask the GL for a log of the last generated messages; 2) emit Qt signals whenever the GL wants to tell us something. Change-Id: I830343a26714c51abb68ce1269163c145d1e2aac Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>