X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=vignette_effect.h;h=a39470398a0dba9cda171f34cf4f96c2ec04411b;hp=b8634fc04d888e72e41af5e9b2bc37db1d431ba7;hb=a770ba7526844f395b08625480befad83b8fcadf;hpb=f99ad333a7acbb6c8c995dbb036484ae8940c490 diff --git a/vignette_effect.h b/vignette_effect.h index b8634fc..a394703 100644 --- a/vignette_effect.h +++ b/vignette_effect.h @@ -13,6 +13,7 @@ public: std::string output_fragment_shader(); virtual bool needs_srgb_primaries() const { return false; } + virtual AlphaHandling alpha_handling() const { return DONT_CARE_ALPHA_TYPE; } void set_gl_state(GLuint glsl_program_num, const std::string &prefix, unsigned *sampler_num);