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