]> git.sesse.net Git - movit/blob - overlay_effect.cpp
Unbreak YCbCrInput (it needs to still support setting the "needs_mipmaps" int to...
[movit] / overlay_effect.cpp
1 #include "overlay_effect.h"
2 #include "util.h"
3
4 using namespace std;
5
6 namespace movit {
7
8 OverlayEffect::OverlayEffect() {}
9
10 string OverlayEffect::output_fragment_shader()
11 {
12         return read_file("overlay_effect.frag");
13 }
14
15 }  // namespace movit