Home | History | Annotate | Download | only in profiles

Lines Matching full:refract

341 float refract(float I, float N, float eta);
342 vec2 refract(vec2 I, vec2 N, float eta);
343 vec3 refract(vec3 I, vec3 N, float eta);
344 vec4 refract(vec4 I, vec4 N, float eta);