]> git.tdb.fi Git - libs/gl.git/commitdiff
Streamline interface declarations
authorMikko Rasa <tdb@tdb.fi>
Fri, 11 Nov 2016 09:05:15 +0000 (11:05 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 11 Nov 2016 09:05:15 +0000 (11:05 +0200)
Out variables can now be declared inside functions and will be exported
to global scope.  In variables don't need to be declared at all; they are
pulled in from the previous stage.  There's a new passthrough statement
to copy all inputs to outputs.


No differences found