]> git.tdb.fi Git - libs/gl.git/commit - source/programparser.cpp
Rearrange GLSL qualifier parsing
authorMikko Rasa <tdb@tdb.fi>
Tue, 3 Jul 2018 23:22:56 +0000 (02:22 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 3 Jul 2018 23:22:56 +0000 (02:22 +0300)
commit191610b71271a765c8056ef947b2b04b8bfa84b5
tree79974bc230516d84c3b555a055b10e02a1487c18
parentaf0ba2af0167247bcda74e76f3c83c0c0e89650a
Rearrange GLSL qualifier parsing

GLSL 4.20 allows qualifiers to be in any order so there's no sense to
enforce a particular order here.  Always output them in a compatible
order though.
source/programparser.cpp