render/egl: store IMG_context_priority in wlr_egl

The next commit will split extension lookup and context
initialization.
This commit is contained in:
Simon Ser 2021-12-01 14:03:37 +01:00
parent 812ab2e716
commit ffd4a27714
2 changed files with 5 additions and 4 deletions

View file

@ -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;