summaryrefslogtreecommitdiff
path: root/cogl/cogl/cogl-driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl/cogl-driver.h')
-rw-r--r--cogl/cogl/cogl-driver.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cogl/cogl/cogl-driver.h b/cogl/cogl/cogl-driver.h
index a87e57285..4b639df87 100644
--- a/cogl/cogl/cogl-driver.h
+++ b/cogl/cogl/cogl-driver.h
@@ -71,6 +71,12 @@ struct _CoglDriverVtable
GLenum *out_gltype);
gboolean
+ (* read_pixels_format_supported) (CoglContext *ctx,
+ GLenum gl_intformat,
+ GLenum gl_format,
+ GLenum gl_type);
+
+ gboolean
(* update_features) (CoglContext *context,
GError **error);