]> git.sesse.net Git - movit/blob - alpha_division_effect.cpp
Run include-what-you-use over all of movit. Some hand tuning.
[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 }