Go to the source code of this file.
Defines | |
| #define | ERRCHECK() |
| #define | CHECK_FRAMEBUFFER_STATUS() |
|
|
|
|
|
Value: {\
\
GLenum errCode;\
const GLubyte *errString;\
if ((errCode = glGetError()) != GL_NO_ERROR) {\
errString = gluErrorString(errCode);\
fprintf (stderr, "OpenGL Error: %s at %s:%d\n", errString, __FILE__,__LINE__);\
exit(1);\
}\
}\
|
1.4.0