X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogramsyntax.h;h=5e107a33a096232f2e3b3a0f93ed70ea36fe3b66;hp=9e64c4c7e86896192748cefb24e29b2333ca1787;hb=a4549c55a6d47129bd9e42c6a49a671b759ce6d9;hpb=a5772e203cc30ce3b449614d03a293fd5b5985ad diff --git a/source/programsyntax.h b/source/programsyntax.h index 9e64c4c7..5e107a33 100644 --- a/source/programsyntax.h +++ b/source/programsyntax.h @@ -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;