]> git.tdb.fi Git - libs/gl.git/commit
Support while loops in GLSL
authorMikko Rasa <tdb@tdb.fi>
Sat, 25 May 2019 21:58:17 +0000 (00:58 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 25 May 2019 21:58:17 +0000 (00:58 +0300)
commit48453f59ec93d9b8f70a17d3034e5ca3e4780ecd
treed90219847a39b6e38b8512c71df575cff4ffe571
parent944deb38084e5e5bc82182faab2db2be156b971c
Support while loops in GLSL

Loops with only a condition expression present are now emitted as while
loops, even if they were originally for loops.
source/programcompiler.cpp
source/programparser.cpp
source/programparser.h