summaryrefslogtreecommitdiff
path: root/include/SDL_test_common.h
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2013-05-19 22:28:10 -0700
committerSam Lantinga <slouken@libsdl.org>2013-05-19 22:28:10 -0700
commit1063a728297a70d0a1990ab8f89bc6ff56ec855d (patch)
tree0ca56df630603f9278c11f2aee578ca1d52c2830 /include/SDL_test_common.h
parent196baae63c173f0ba16b40e0e6594e89e726e32b (diff)
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.
Diffstat (limited to 'include/SDL_test_common.h')
-rw-r--r--include/SDL_test_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SDL_test_common.h b/include/SDL_test_common.h
index 76ad877814..611c54334c 100644
--- a/include/SDL_test_common.h
+++ b/include/SDL_test_common.h
@@ -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"