X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.h;h=5b8ddbca45295f54a2bc4db4b132b1eeaa1efbb4;hp=c480df1dcd0894719b100e3736d9a5e84a961afe;hb=3915264bd8fde4d550e47c10a67a2741625b9033;hpb=49941686f9e5c86f56b5f3aba7a628d72bc14533 diff --git a/effect_chain.h b/effect_chain.h index c480df1..5b8ddbc 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -53,9 +53,11 @@ private: ImageFormat input_format, output_format; std::vector effects; + GLuint source_image_num; bool use_srgb_texture_format; - int glsl_program_num; + GLint glsl_program_num; + GLenum format, bytes_per_pixel; bool finalized; // Used during the building of the effect chain.