X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=white_balance_effect.h;fp=white_balance_effect.h;h=2f8f38e0ee168a3d02632a08514f218d43c45ea8;hp=80416cba39340df11b0464a173e5ca07da5be3a5;hb=b10c546f579c7ccb5939161e61a71cd18a3f9bbd;hpb=caa05550e868db406e4b54e69d60b5573f59cb60 diff --git a/white_balance_effect.h b/white_balance_effect.h index 80416cb..2f8f38e 100644 --- a/white_balance_effect.h +++ b/white_balance_effect.h @@ -9,6 +9,7 @@ class WhiteBalanceEffect : public Effect { public: WhiteBalanceEffect(); virtual std::string effect_type_id() const { return "WhiteBalanceEffect"; } + virtual AlphaHandling alpha_handling() const { return DONT_CARE_ALPHA_TYPE; } std::string output_fragment_shader(); void set_gl_state(GLuint glsl_program_num, const std::string &prefix, unsigned *sampler_num);