X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=effect_chain.h;h=5b8ddbca45295f54a2bc4db4b132b1eeaa1efbb4;hb=2950c89a229eeff9500d619b2ca15c8a4b8eeb29;hp=c480df1dcd0894719b100e3736d9a5e84a961afe;hpb=49941686f9e5c86f56b5f3aba7a628d72bc14533;p=movit 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.