mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render/gles2: add wlr_gles2_renderer_check_ext
This commit is contained in:
parent
01d4506253
commit
5dc3a9c754
3 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue