Shader_Minifier icon indicating copy to clipboard operation
Shader_Minifier copied to clipboard

Investigate use of JS source maps

Open laurentlb opened this issue 10 months ago • 0 comments

Tools that generate or minify Javascript generate a source map. This is used e.g. by Javascript debuggers to show the original source code.

If Shader Minifier could generate the same format of source map, would it help tooling? Would it help users debug their shader if the compilation of the minified code fails?

laurentlb avatar Apr 11 '24 22:04 laurentlb