X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.h;h=3fa62ee3e074c3402843d46f0124ed3599e87ed0;hp=c480df1dcd0894719b100e3736d9a5e84a961afe;hb=91c70600f2d0a6a42420ee98949cf182859b798f;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.