laurentlb / shader-minifier

Minify and obfuscate GLSL or HLSL code

Home Page:https://ctrl-alt-test.fr/minifier/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing space between operators ("+++++")

therontarigo opened this issue · comments

f += f++ + ++f; return f; becomes return g+++++g+g;, which is not valid.

Found in https://github.com/laurentlb/shader-minifier/blob/master/tests/unit/shadowing.frag.expected