blob: 3e0d705f3c0b2ae375ba6823c9be7972931f58e0 (
plain)
1
2
3
4
5
6
7
8
9
|
#define EGLAPI
#define EGLAPIENTRY
// Define EGL_EGLEXT_PROTOTYPES so that the EGL extension prototypes in
// "eglext.h" are parsed.
#define EGL_EGLEXT_PROTOTYPES
#include <EGL/egl.h>
#include <EGL/eglext.h>
|