X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mirror_effect.h;h=0526c25bcb869a9e50da2885a20988bdf514e4ab;hb=e8cff1305e9c4843c6424e3194f4276b031804fc;hp=6e75b2692f06ab35188f30883ce34d3b43aefcad;hpb=bc31a9072da1d9bfe417fd850e92cabe049fd593;p=movit diff --git a/mirror_effect.h b/mirror_effect.h index 6e75b26..0526c25 100644 --- a/mirror_effect.h +++ b/mirror_effect.h @@ -1,12 +1,13 @@ #ifndef _MIRROR_EFFECT_H #define _MIRROR_EFFECT_H 1 +// A simple horizontal mirroring. + #include "effect.h" class MirrorEffect : public Effect { public: MirrorEffect(); - std::string output_vertex_shader(); std::string output_fragment_shader(); };