X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.h;h=3fa62ee3e074c3402843d46f0124ed3599e87ed0;hp=c480df1dcd0894719b100e3736d9a5e84a961afe;hb=873b60b640a96c8fb4c2d8c88c85d20e0a2dca6b;hpb=49941686f9e5c86f56b5f3aba7a628d72bc14533 diff --git a/effect_chain.h b/effect_chain.h index c480df1..3fa62ee 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -55,7 +55,8 @@ private: 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.