summaryrefslogtreecommitdiffstats
path: root/third_party/glew/include/GL/glew.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/glew/include/GL/glew.h')
-rw-r--r--third_party/glew/include/GL/glew.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/glew/include/GL/glew.h b/third_party/glew/include/GL/glew.h
index 90438a7..34183a9 100644
--- a/third_party/glew/include/GL/glew.h
+++ b/third_party/glew/include/GL/glew.h
@@ -12863,6 +12863,8 @@ GLEW_VAR_EXPORT GLboolean __GLEW_WIN_swap_hint;
}; /* GLEWContextStruct */
#endif /* GLEW_MX */
+typedef void* (GLAPIENTRY * PFNOSMESAGETPROCADDRESSPROC) (const GLubyte* name);
+
/* ------------------------------------------------------------------------- */
/* error codes */
@@ -12898,6 +12900,7 @@ GLEWAPI GLboolean glewContextIsSupported (GLEWContext* ctx, const char* name);
#else /* GLEW_MX */
+void osmewContextInit ();
GLEWAPI GLenum glewInit ();
GLEWAPI GLenum glewInitGL2Hack ();
GLEWAPI GLboolean glewIsSupported (const char* name);