]> git.tdb.fi Git - libs/gl.git/commitdiff
Properly resolve arithmetic assignment operators
authorMikko Rasa <tdb@tdb.fi>
Sun, 7 Mar 2021 09:13:23 +0000 (11:13 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 7 Mar 2021 09:35:52 +0000 (11:35 +0200)
After 50ab5ca operations like vec3 *= float were failing because the
validator required both operands to be of the same type.  Conversions
also need to be resolved for the right-hand operand.


No differences found