blob: 77b9f6013b7b5e81a35304e671372961ae3a685d [file] [log] [blame]
in half a, b;
in half4 c, d;
void main() {
sk_FragColor.x = distance(a, b);
sk_FragColor.x = distance(c, d);
}