diff options
Diffstat (limited to 'third_party/glew/include/GL/glew.h')
-rw-r--r-- | third_party/glew/include/GL/glew.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/glew/include/GL/glew.h b/third_party/glew/include/GL/glew.h index 2a63078..90438a7 100644 --- a/third_party/glew/include/GL/glew.h +++ b/third_party/glew/include/GL/glew.h @@ -12899,6 +12899,7 @@ GLEWAPI GLboolean glewContextIsSupported (GLEWContext* ctx, const char* name); #else /* GLEW_MX */ GLEWAPI GLenum glewInit (); +GLEWAPI GLenum glewInitGL2Hack (); GLEWAPI GLboolean glewIsSupported (const char* name); #define glewIsExtensionSupported(x) glewIsSupported(x) |