]> git.sesse.net Git - movit/blob - alpha_division_effect.cpp
Stop linking unit tests et al against SDL_image and other things that only the demo...
[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 }