]> git.sesse.net Git - movit/blobdiff - mirror_effect.h
Kill the vertex shader system; it is too complicated to get it right until we have...
[movit] / mirror_effect.h
index 6e75b2692f06ab35188f30883ce34d3b43aefcad..6b07ea9433622e0b93c87b319d1ee31267978d68 100644 (file)
@@ -6,7 +6,6 @@
 class MirrorEffect : public Effect {
 public:
        MirrorEffect();
-       std::string output_vertex_shader();
        std::string output_fragment_shader();
 };