X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.h;h=d97ef25d1fe428f07b4e94c4a6ed3ef4b0c2ece1;hp=045c9aa7832f7885570eccd69d7670ce39d92e28;hb=affe96389941123d20354ad8091977aa196a741c;hpb=f6c44598c9dad9ddd024c5f8f010d179a6d971fd diff --git a/effect_chain.h b/effect_chain.h index 045c9aa..d97ef25 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -53,6 +53,8 @@ private: ImageFormat input_format, output_format; std::vector effects; + bool use_srgb_texture_format; + int glsl_program_num; bool finalized;