mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
render/gles2: check for GL_OES_EGL_image_external
This commit is contained in:
parent
b5125ff328
commit
d592dcdedd
2 changed files with 11 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ struct wlr_gles2_renderer {
|
|||
struct {
|
||||
bool read_format_bgra_ext;
|
||||
bool debug_khr;
|
||||
bool egl_image_external_oes;
|
||||
} exts;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue