aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcoopgamma.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcoopgamma.h')
-rw-r--r--src/libcoopgamma.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libcoopgamma.h b/src/libcoopgamma.h
index cbea817..15636b6 100644
--- a/src/libcoopgamma.h
+++ b/src/libcoopgamma.h
@@ -681,6 +681,12 @@ typedef struct libcoopgamma_async_context
*/
uint32_t message_id;
+ /**
+ * Whether to coalesce all filters
+ * into one gamma ramp triplet
+ */
+ int coalesce;
+
} libcoopgamma_async_context_t;