Example #1
0
 public static float4 eerp(this float4 f, float4 a, float4 b) => a.pow(1 - f) * b.pow(f);