#include <GL/gl.h>
#include <GL/glext.h>
#include <QtCore/QDebug>
Go to the source code of this file.
Defines | |
#define | GL_CHECK(X) |
#define GL_CHECK | ( | X | ) |
X;\ {\ int error = glGetError(); \ if(error != 0) qDebug() << "GL Error" << error;\ }
Definition at line 12 of file glheaders.h.