Shader_Minifier
Shader_Minifier copied to clipboard
Inline void functions with no returns
If a function has void return type, takes no arguments, and does not use the return statement, it should be possible to inline it.
Separating part of a larger function in a separate function in source is sometimes useful for keeping sources organized.