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