]> git.sesse.net Git - movit/blob - alpha_division_effect.cpp
Fix edge errors in the sRGB comment; I had used subs() on the wrong expression.
[movit] / alpha_division_effect.cpp
1 #include "alpha_division_effect.h"
2 #include "util.h"
3
4 std::string AlphaDivisionEffect::output_fragment_shader()
5 {
6         return read_file("alpha_division_effect.frag");
7 }