render/gles2: add wlr_gles2_renderer_check_ext

This commit is contained in:
Simon Ser 2020-04-21 14:52:47 +02:00 committed by Drew DeVault
parent 01d4506253
commit 5dc3a9c754
3 changed files with 11 additions and 0 deletions

View file

@ -44,6 +44,7 @@ struct wlr_gles2_renderer {
struct wlr_egl *egl;
const char *exts_str;
struct {
bool read_format_bgra_ext;
bool debug_khr;