]> git.tdb.fi Git - libs/gl.git/blobdiff - source/programsyntax.h
Fix a stupid error with PixelStore parameter mask
[libs/gl.git] / source / programsyntax.h
index 9e64c4c7e86896192748cefb24e29b2333ca1787..b0ad02b394c480708d1b871173b37cff3c3df6fd 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;
        };