blob: f74b1686f89a1fef4b554c128dc25077b83d0059 (
plain)
1
2
3
4
5
6
7
8
|
#define GL_APIENTRY
#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>
|