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