blob: cbc5cf847a16a75560177884b530fec376996d17 (
plain)
1
2
3
4
5
6
7
8
9
|
#define GL_APICALL
#define GL_APIENTRY
// Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes in
// "glext.h" are parsed.
#define GL_GLEXT_PROTOTYPES
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
|