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