]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/output.h
Transform interface block contents into structs
[libs/gl.git] / source / glsl / output.h
index 66b77bbaaca62a391cce7b022b68473a2f9595e5..f720606eadbda1eeef757a39a7bb75bfbd4696d1 100644 (file)
@@ -9,6 +9,7 @@ namespace Msp {
 namespace GL {
 namespace SL {
 
+/** Formats the syntax tree as GLSL. */
 class Formatter: private TraversingVisitor
 {
 private:
@@ -19,7 +20,6 @@ private:
        unsigned source_line;
        unsigned indent;
        bool parameter_list;
-       std::string block_interface;
 
 public:
        Formatter();