aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/opengl/gles1.c
blob: f8ae02f4470997832b9f76bd9a474957afe455a3 (plain)
1
2
3
4
5
6
7
8
9
10
#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/glext-supplement.h>
#include <GLES/gl.h>
#include <GLES/glext.h>