X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=glow_effect.cpp;h=778c55752fecceb984e4a9f97d39ba7cc4186e9d;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hp=2cc6d0101478ef508e8c86da729935cf5b03ce14;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b;p=movit diff --git a/glow_effect.cpp b/glow_effect.cpp index 2cc6d01..778c557 100644 --- a/glow_effect.cpp +++ b/glow_effect.cpp @@ -9,6 +9,8 @@ using namespace std; +namespace movit { + GlowEffect::GlowEffect() : blur(new BlurEffect), cutoff(new HighlightCutoffEffect), @@ -57,3 +59,5 @@ string HighlightCutoffEffect::output_fragment_shader() { return read_file("highlight_cutoff_effect.frag"); } + +} // namespace movit