1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- #ifndef PLATFORM_GL_H
- #define PLATFORM_GL_H
- #ifndef GLES_API_ENABLED
- #define GLES_API_ENABLED
- #endif
- #include <EGL/egl.h>
- #include <EGL/eglext.h>
- #include <GLES3/gl3.h>
- #include <GLES3/gl3ext.h>
- #endif
|