aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/OpenGL/Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Irrlicht/OpenGL/Driver.h')
-rw-r--r--source/Irrlicht/OpenGL/Driver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/Irrlicht/OpenGL/Driver.h b/source/Irrlicht/OpenGL/Driver.h
index dd2ad89..4920fde 100644
--- a/source/Irrlicht/OpenGL/Driver.h
+++ b/source/Irrlicht/OpenGL/Driver.h
@@ -397,6 +397,9 @@ private:
ECOLOR_FORMAT ColorFormat;
IContextManager* ContextManager;
+
+ void debugCb(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message);
+ static void APIENTRY debugCb(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, const void *userParam);
};
} // end namespace video