mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render/egl: store IMG_context_priority in wlr_egl
The next commit will split extension lookup and context initialization.
This commit is contained in:
parent
812ab2e716
commit
ffd4a27714
2 changed files with 5 additions and 4 deletions
|
|
@ -40,6 +40,7 @@ struct wlr_egl {
|
|||
bool KHR_image_base;
|
||||
bool EXT_image_dma_buf_import;
|
||||
bool EXT_image_dma_buf_import_modifiers;
|
||||
bool IMG_context_priority;
|
||||
|
||||
// Device extensions
|
||||
bool EXT_device_drm;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue