]> git.tdb.fi Git - libs/gl.git/commitdiff
Validate GLSL flow control
authorMikko Rasa <tdb@tdb.fi>
Wed, 7 Apr 2021 20:49:31 +0000 (23:49 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 7 Apr 2021 20:50:26 +0000 (23:50 +0300)
In particular, it's an error to reach the end of a non-void function
without a return statement.


No differences found