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 before the _ identifier

laurentlb opened this issue · comments

intput:

float ident(int _){return _;}

Output:

float ident(int _){return_;}