evas: define EGL_OPENGL_ES3_BIT_KHR in all case for better portability.

This commit is contained in:
Cedric BAIL 2015-05-26 09:17:50 +02:00
parent 0eab944b15
commit f78bc0f22a
1 changed files with 3 additions and 0 deletions

View File

@ -238,6 +238,9 @@
#ifndef EGL_IMAGE_PRESERVED_KHR
#define EGL_IMAGE_PRESERVED_KHR 0x30D2
#endif
#ifndef EGL_OPENGL_ES3_BIT_KHR
#define EGL_OPENGL_ES3_BIT_KHR 0x00000040
#endif
// Evas_3d require GL_BGR, but that's an extention and will not be necessary once we move to Evas_GL_Image
#ifndef GL_BGR