]> git.tdb.fi Git - libs/gl.git/commit
Make sure folded float constants appear as correct type
authorMikko Rasa <tdb@tdb.fi>
Tue, 20 Apr 2021 15:15:08 +0000 (18:15 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 20 Apr 2021 15:17:12 +0000 (18:17 +0300)
commit29fb23fb9c6eb32b1157a09cf79754a630702f9e
tree71af4aec79bc398775fc48c680aa86300529af5d
parent188b3b2bf686aada8772475aabf899a0420cbd0f
Make sure folded float constants appear as correct type

If the value has no fractional part, the default conversion will not
add a decimal point.
source/glsl/optimize.cpp