Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f8b0c90 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

Android now has its own EGL extension block (yay) 0x3140-0x314F....

Android now has its own EGL extension block (yay) 0x3140-0x314F. EGL_NATIVE_BUFFER_ANDROID now maps to 0x3140 instead of using the staging range
parent 5f28411a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -99,7 +99,7 @@ typedef void* EGLNativeDisplayType;
#ifndef EGL_ANDROID_image_native_buffer
#ifndef EGL_ANDROID_image_native_buffer
#define EGL_ANDROID_image_native_buffer 1
#define EGL_ANDROID_image_native_buffer 1
struct android_native_buffer_t;
struct android_native_buffer_t;
#define EGL_NATIVE_BUFFER_ANDROID       0x6000  /* eglCreateImageKHR target */
#define EGL_NATIVE_BUFFER_ANDROID       0x3140  /* eglCreateImageKHR target */
#endif
#endif


#else
#else