X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=complex_modulate_effect.h;h=335c90010754cbe197b5bf9fe58c33a2e2b1f553;hp=fd4eb8b2a385adb7db6bc706cb356fdcaa96a3e4;hb=f216b7bef5a968c89f6fc78e83cc26a91e504a8a;hpb=ee7863d9cdd683dd4df9d6463d98dc59182c54fe diff --git a/complex_modulate_effect.h b/complex_modulate_effect.h index fd4eb8b..335c900 100644 --- a/complex_modulate_effect.h +++ b/complex_modulate_effect.h @@ -41,6 +41,7 @@ public: // no way of expressing that currently. virtual bool needs_texture_bounce() const { return true; } virtual bool changes_output_size() const { return true; } + virtual bool sets_virtual_output_size() const { return false; } virtual void inform_input_size(unsigned input_num, unsigned width, unsigned height); virtual void get_output_size(unsigned *width, unsigned *height, @@ -54,6 +55,7 @@ private: EffectChain *chain; int primary_input_width, primary_input_height; int num_repeats_x, num_repeats_y; + float uniform_num_repeats[2]; }; } // namespace movit