Shader_Minifier
Shader_Minifier copied to clipboard
More function inlining
It should (in some circumstances) be possible to inline a function that follows these rules:
- Is of
voidtype, or ends in an unconditional return statement. - Contains no other
returnstatements.