X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=glow_effect.h;h=02520d7bd9ad8f87f38dd9c4365f63be9e85851f;hp=2a2af16dd3abbd7d1bded97de0aaad88475b63bf;hb=f216b7bef5a968c89f6fc78e83cc26a91e504a8a;hpb=c5b9c3df43caa7a88f2f729a5c52359ca8ca537f diff --git a/glow_effect.h b/glow_effect.h index 2a2af16..02520d7 100644 --- a/glow_effect.h +++ b/glow_effect.h @@ -52,6 +52,7 @@ public: std::string output_fragment_shader(); virtual AlphaHandling alpha_handling() const { return INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK; } + virtual bool one_to_one_sampling() const { return true; } private: float cutoff;