laurentlb / shader-minifier

Minify and obfuscate GLSL or HLSL code
https://ctrl-alt-test.fr/minifier/
Apache License 2.0
439 stars 32 forks source link

Inlining #412

Closed eldritchconundrum closed 4 months ago

eldritchconundrum commented 4 months ago

Use VarDecl instead of ident name in variable inlining.

This now enables inlining of shadowed variables.