]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/debug.h
Output the passthrough statement in both GLSL and debug modes
[libs/gl.git] / source / glsl / debug.h
index 9806d545ccbdb6def3ddf3030c28d79926d54e80..5bc7a8bf884fbb09700b72490890e08ffc6b36ba 100644 (file)
@@ -58,6 +58,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;