X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=effect_chain.h;h=d97ef25d1fe428f07b4e94c4a6ed3ef4b0c2ece1;hb=ca8d64aa3d306d31f53979ba95b3f9afdf6e4d92;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;