X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resample_effect.h;h=b06b09b57ae9af67f18e938396adc8ab8ddbdd0d;hp=73dfc210e9732388e193ed2dcd0eb6cdb31d50a8;hb=9c12e38b7cd88a77ef297d080b7c41e6bd6326fb;hpb=1ec439c7fb975c09029adaa9090e7f35ce6484b8 diff --git a/resample_effect.h b/resample_effect.h index 73dfc21..b06b09b 100644 --- a/resample_effect.h +++ b/resample_effect.h @@ -103,6 +103,11 @@ private: EffectChain *chain; Direction direction; GLuint texnum; + GLint uniform_sample_tex; + float uniform_num_loops, uniform_slice_height, uniform_sample_x_scale, uniform_sample_x_offset; + float uniform_whole_pixel_offset; + int uniform_num_samples; + int input_width, input_height, output_width, output_height; float offset, zoom; int last_input_width, last_input_height, last_output_width, last_output_height;