I am wondering how the vfx graph is handling branches,
in my use case I would pass a parameter going from 0 to 1 do blend in some calculated value so for 0 I do not need to calculate these values, is the code generation smart in such ways that it checks if a constant parameter leads to a branch that is always true that it does not calculate the false input?