]> git.tdb.fi Git - libs/gl.git/commit - source/programcompiler.cpp
Don't replace in/out with attribute/varying until formatting
authorMikko Rasa <tdb@tdb.fi>
Fri, 6 Jan 2017 13:17:08 +0000 (15:17 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 6 Jan 2017 13:27:22 +0000 (15:27 +0200)
commit6b89fb751617dd51eddf2adcc55e9a8da66f8e84
treef9f3dadb37eb21d950e9549e630cefd6f91b46a6
parenta873639a9346082f9e71145a2b318bea32bfdeb6
Don't replace in/out with attribute/varying until formatting

Some parts of the code depend on having the correct interfaces present in
the AST.
source/programcompiler.cpp