egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT
[mesa.git] / src / egl / main / eglimage.h
index 6d2e7ba8a2d3b0c812f573b62bcf95e3a4c81d07..84ad0f01b0c9cc81e484da982db203da779125e8 100644 (file)
@@ -50,6 +50,9 @@ struct _egl_image_attrib_int
 
 struct _egl_image_attribs
 {
+   /* EGL_EXT_image_flush_external */
+   EGLBoolean ImageFlushExternal;
+
    /* EGL_KHR_image_base */
    EGLBoolean ImagePreserved;