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