Fixed bug 1837 - Use error extension instead of glGetError()

Implemented support for GL_ARB_debug_output, but was unable to test it on Mac OS X.
This commit is contained in:
Sam Lantinga 2013-05-19 22:28:10 -07:00
parent 750f6fb9d9
commit 91ff680aa5
5 changed files with 131 additions and 42 deletions

View file

@ -104,6 +104,7 @@ typedef struct
int gl_accelerated;
int gl_major_version;
int gl_minor_version;
int gl_debug;
} SDLTest_CommonState;
#include "begin_code.h"