]> git.sesse.net Git - movit/blob - overlay_effect.cpp
Revert all the changes in demo.cpp that were never supposed to be there in the last...
[movit] / overlay_effect.cpp
1 #include "overlay_effect.h"
2 #include "util.h"
3
4 OverlayEffect::OverlayEffect() {}
5
6 std::string OverlayEffect::output_fragment_shader()
7 {
8         return read_file("overlay_effect.frag");
9 }