diff options
| -rw-r--r-- | opengl/libs/EGL/egl_platform_entries.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opengl/libs/EGL/egl_platform_entries.cpp b/opengl/libs/EGL/egl_platform_entries.cpp index 872631f048..34262f3c63 100644 --- a/opengl/libs/EGL/egl_platform_entries.cpp +++ b/opengl/libs/EGL/egl_platform_entries.cpp @@ -139,7 +139,8 @@ char const * const gExtensionString = char const * const gClientExtensionString = "EGL_EXT_client_extensions " "EGL_KHR_platform_android " - "EGL_ANGLE_platform_angle"; + "EGL_ANGLE_platform_angle " + "EGL_ANDROID_GLES_layers"; // clang-format on // extensions not exposed to applications but used by the ANDROID system |