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