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