in half4 a, b; void main() { sk_FragColor.x = notEqual(a, b).x ? 1 : 0; }