]> git.sesse.net Git - movit/blobdiff - diffusion_effect.h
Reduce the amount of arithmetic in the BlurEffect shader a bit.
[movit] / diffusion_effect.h
index 390787d9a3dc4c54c2dd8408538fd43d480ab471..2c31e4ae348524e23ba2b55e344a739d01b2092c 100644 (file)
@@ -18,6 +18,8 @@
 
 #include "effect.h"
 
+namespace movit {
+
 class BlurEffect;
 class EffectChain;
 class Node;
@@ -58,5 +60,6 @@ private:
        float blurred_mix_amount;
 };
 
+}  // namespace movit
 
 #endif // !defined(_MOVIT_DIFFUSION_EFFECT_H)