in half a, b;
in half4 c, d;
void main() {
sk_FragColor.x = reflect(a, b);
sk_FragColor = reflect(c, d);
}