From b20a4b960e6515d89330701575c4adc6a6a85221 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Fri, 27 Aug 2010 16:08:03 -0700 Subject: [PATCH] Add KHR_gl_texture_2D_image extension string. --- opengl/libs/EGL/egl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp index 5e61607da85ec..9228b0be2ddd2 100644 --- a/opengl/libs/EGL/egl.cpp +++ b/opengl/libs/EGL/egl.cpp @@ -59,6 +59,7 @@ static char const * const gExtensionString = "EGL_KHR_image " "EGL_KHR_image_base " "EGL_KHR_image_pixmap " + "EGL_KHR_gl_texture_2D_image " "EGL_ANDROID_image_native_buffer " "EGL_ANDROID_swap_rectangle " ;