render/gles2: check for GL_OES_EGL_image_external

This commit is contained in:
emersion 2018-11-01 18:03:32 +01:00
parent b5125ff328
commit d592dcdedd
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 11 additions and 1 deletions

View file

@ -42,6 +42,7 @@ struct wlr_gles2_renderer {
struct {
bool read_format_bgra_ext;
bool debug_khr;
bool egl_image_external_oes;
} exts;
struct {