diff options
Diffstat (limited to 'make/stub_includes/opengl/GL/gl.h')
-rw-r--r-- | make/stub_includes/opengl/GL/gl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/stub_includes/opengl/GL/gl.h b/make/stub_includes/opengl/GL/gl.h index 56812a531..430846e29 100644 --- a/make/stub_includes/opengl/GL/gl.h +++ b/make/stub_includes/opengl/GL/gl.h @@ -1314,7 +1314,9 @@ GLAPI void APIENTRY glCopyTexSubImage2D( GLenum target, GLint level, GLint xoffs #endif /* GL_VERSION_1_1 */ /* Include Post-GL 1.1 changes and extensions */ -#include <GL/glext.h> +// Due to 'glext-supplement.h', we prefer to include it manually afterwards. +// This gives us the same behavior as the vanilla GLES, GLES2, GLES3 and glcorearb header. +// #include <GL/glext.h> /********************************************************************** |