]> git.tdb.fi Git - libs/gl.git/blobdiff - source/programsyntax.h
Store a Transform in keyframes instead of a Matrix
[libs/gl.git] / source / programsyntax.h
index 9e64c4c7e86896192748cefb24e29b2333ca1787..5e107a33a096232f2e3b3a0f93ed70ea36fe3b66 100644 (file)
@@ -191,6 +191,7 @@ struct Layout: Node
 {
        struct Qualifier
        {
+               // TODO the standard calls this name, not identifier
                std::string identifier;
                std::string value;
        };
@@ -225,6 +226,7 @@ struct VariableDeclaration: Node
 {
        bool constant;
        std::string sampling;
+       std::string interpolation;
        std::string interface;
        std::string precision;
        std::string type;