]> git.sesse.net Git - movit/blobdiff - complex_modulate_effect.h
Collapse passes more aggressively in the face of size changes.
[movit] / complex_modulate_effect.h
index fd4eb8b2a385adb7db6bc706cb356fdcaa96a3e4..e2bf50d5851fb0b64f5c71a8f13bfc9fe3e8df79 100644 (file)
@@ -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; }
        // 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,
 
        virtual void inform_input_size(unsigned input_num, unsigned width, unsigned height);
        virtual void get_output_size(unsigned *width, unsigned *height,