Shader_Minifier icon indicating copy to clipboard operation
Shader_Minifier copied to clipboard

More function inlining

Open therontarigo opened this issue 11 months ago • 4 comments

It should (in some circumstances) be possible to inline a function that follows these rules:

  • Is of void type, or ends in an unconditional return statement.
  • Contains no other return statements.

therontarigo avatar Nov 06 '24 23:11 therontarigo