X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=effect_chain.h;h=d97ef25d1fe428f07b4e94c4a6ed3ef4b0c2ece1;hb=7ead6f1c15daf8e5a70df583198a8ce58251b0d6;hp=045c9aa7832f7885570eccd69d7670ce39d92e28;hpb=f6c44598c9dad9ddd024c5f8f010d179a6d971fd;p=movit 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;