diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-10-19 01:55:42 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-10-19 01:55:42 (GMT) |
commit | 40b1b4ac278055eba6887f2ece721e0b6438b8b3 (patch) | |
tree | e87d077458b9b959086e54911c0c66e3a23741d3 /tests/system-gl.h | |
parent | a5d5d21dfbe1e6c847a32b73c90106df2a3442de (diff) |
improve OpenGL error reporting. tracking down INVALID_ENUM bug
Diffstat (limited to 'tests/system-gl.h')
-rw-r--r-- | tests/system-gl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/system-gl.h b/tests/system-gl.h index 0f983cf..bb41be5 100644 --- a/tests/system-gl.h +++ b/tests/system-gl.h @@ -3,4 +3,7 @@ #include <GL/glew.h> +void glew_dump(); +bool report_glerror(const char *task); + #endif |