blob: 63df1c9672ed56e0ad17179c00fa125b758f0577 (
plain)
1
2
3
4
5
6
7
8
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>
|