]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/output.h
Output the passthrough statement in both GLSL and debug modes
[libs/gl.git] / source / glsl / output.h
index aec63721d080c47ea6e28f5f1d2f0e4dedd8ff5b..e09f7c2ebca8c5dd18e094f89ed9a8939027007c 100644 (file)
@@ -52,6 +52,7 @@ private:
        virtual void visit(FunctionDeclaration &);
        virtual void visit(Conditional &);
        virtual void visit(Iteration &);
+       virtual void visit(Passthrough &);
        virtual void visit(Return &);
        virtual void visit(Jump &);
        using TraversingVisitor::visit;