]> git.sesse.net Git - movit/blob - alpha_division_effect.cpp
177a52cc23b37d9bb82036a02f69d3ec143ec5a7
[movit] / alpha_division_effect.cpp
1 #include "alpha_division_effect.h"
2 #include "util.h"
3
4 using namespace std;
5
6 string AlphaDivisionEffect::output_fragment_shader()
7 {
8         return read_file("alpha_division_effect.frag");
9 }