gles2: Add GL_EXT_texture_format_BGRA8888 support
[mesa.git] / src / mesa / main / mtypes.h
index 269968d6772b4f6d6b6a6e39651d6cd52a5fc662..aa9676665ff0d35f3c70630af490fbc2ba01ad3a 100644 (file)
@@ -2710,6 +2710,7 @@ struct gl_extensions
    GLboolean S3_s3tc;
    GLboolean OES_EGL_image;
    GLboolean OES_draw_texture;
+   GLboolean EXT_texture_format_BGRA8888;
    /** The extension string */
    const GLubyte *String;
    /** Number of supported extensions */