blob: d0b44a46f1297b56e3e926e0562105fdfdad8d3b (
plain)
1
2
3
4
5
6
7
8
|
#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 <GLES2/gl2ext.h>
|