aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/opengl/gles1.c
blob: ff6056ce8c88cd0db7053ae7c09421c9c049230e (plain)
1
2
3
4
5
6
7
8
9
#define GL_API
#define GL_APIENTRY

// 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>