Interpolation function

hi
GLSL have any buildin function for interpolation?(dest = src2 + src0 * (src1 – src2)-- lrp function in the DX asm )

mix(a, b, c)

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.