laurentlb / shader-minifier

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

Debugging quality of life imporvements: --preserve-crlf and --export-mapping [FILE] #322

Open LeStahL opened 7 months ago

LeStahL commented 7 months ago

I noticed recently that it would be very nice to have certain debugging information available, like

eldritchconundrum commented 7 months ago

For the first point, wouldn't it be sufficient to use the existing --format indented flag?

LeStahL commented 7 months ago

For the first point, wouldn't it be sufficient to use the existing --format indented flag?

Yes, that's exactly what I was looking for, thank you for pointing it out! (And sorry for not RTFM enough) :)