diff options
Diffstat (limited to 'make/stub_includes/opengl')
-rw-r--r-- | make/stub_includes/opengl/gl2es12.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/make/stub_includes/opengl/gl2es12.c b/make/stub_includes/opengl/gl2es12.c new file mode 100644 index 000000000..75cb4acfc --- /dev/null +++ b/make/stub_includes/opengl/gl2es12.c @@ -0,0 +1,13 @@ +#define GLAPI + +// Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes in +// "glext.h" are parsed. +#define GL_GLEXT_PROTOTYPES + +#include <GL/gl.h> + +// removed due to renaming and the fact that the renamed version is not included +// in the super interfaces .. +GLAPI void APIENTRY glWeightPointer (GLint, GLenum, GLsizei, const GLvoid *); +GLAPI void APIENTRY glMatrixIndexPointer (GLint, GLenum, GLsizei, const GLvoid *); +GLAPI void APIENTRY glCurrentPaletteMatrix (GLint); |