]> git.cworth.org Git - vogl/blobdiff - src/voglcommon/vogl_gl_replayer.h
- Initial support for KHR_debug API's in tracer/replayer
[vogl] / src / voglcommon / vogl_gl_replayer.h
index 4d15b54a001f6c4bb920b3f50691b00194622525..2ae259c431cb7eae1f6f3d2171f028a6b6308343 100644 (file)
@@ -1281,6 +1281,7 @@ private:
 
     // Loosely derived from http://www.altdevblogaday.com/2011/06/23/improving-opengl-error-messages/
     static void debug_callback_arb(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, GLvoid *pUser_param);
+    static void debug_callback(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, GLvoid *pUser_param);
 
     bool is_extension_supported(const char *pExt);