egl/main: Add bits for EGL_KHR_mutable_render_buffer
[mesa.git] / src / egl / main / egldisplay.h
index d7e51991a45d111891d21faa1df356aae3952b7a..4a7f248e34cc598d8ff70b248e500fa209645016 100644 (file)
@@ -127,6 +127,7 @@ struct _egl_extensions
    EGLBoolean KHR_image;
    EGLBoolean KHR_image_base;
    EGLBoolean KHR_image_pixmap;
+   EGLBoolean KHR_mutable_render_buffer;
    EGLBoolean KHR_no_config_context;
    EGLBoolean KHR_partial_update;
    EGLBoolean KHR_reusable_sync;