X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=deconvolution_sharpen_effect.h;h=293916fd52da9433d7843ff9ca26c3526a8fdc06;hb=22c2b8fb28b152664d5ad6fe7420e1e37904bf95;hp=d0987f200b5c4e0284e3d295c3ee2d540f269d23;hpb=ebe6d6ba984b2fb77b365aeacd1f30d4da59964b;p=movit diff --git a/deconvolution_sharpen_effect.h b/deconvolution_sharpen_effect.h index d0987f2..293916f 100644 --- a/deconvolution_sharpen_effect.h +++ b/deconvolution_sharpen_effect.h @@ -29,6 +29,9 @@ public: virtual std::string effect_type_id() const { return "DeconvolutionSharpenEffect"; } std::string output_fragment_shader(); + // Samples a lot of times from its input. + virtual bool needs_texture_bounce() const { return true; } + virtual void inform_input_size(unsigned input_num, unsigned width, unsigned height) { this->width = width;