Shader_Minifier
Shader_Minifier copied to clipboard
Remove unused global variables
We could detect and remove unused global variables.
e.g.
int foo;
vec3 bar = vec3(1);