Home | History | Annotate | Download | only in functional

Lines Matching refs:eval_refract_float

1249 void eval_refract_float	(ShaderEvalContext& c) { c.color.x()	= refract(c.in[0].z(),                 c.in[1].x(),                 c.in[2].y()); }