diff options
Diffstat (limited to 'make/stub_includes/opengl/gles1.c')
-rwxr-xr-x | make/stub_includes/opengl/gles1.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/make/stub_includes/opengl/gles1.c b/make/stub_includes/opengl/gles1.c new file mode 100755 index 000000000..63df1c967 --- /dev/null +++ b/make/stub_includes/opengl/gles1.c @@ -0,0 +1,9 @@ +#define GLAPI +#define GL_APICALL + +// Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes in +// "glext.h" are parsed. +#define GL_GLEXT_PROTOTYPES + +#include <GLES/gl.h> +#include <GLES/glext.h> |