blob: efd0a50334113c53684fc305c30b9f8150f5e84c [file] [log] [blame]
in half4 a, b; void main() { sk_FragColor.x = notEqual(a, b).x ? 1 : 0; }