blob: 9140beabb1767feb56f183d55330f6a4a8408b75 [file] [log] [blame]
uniform half a, b; void main() { sk_FragColor.x = step(a, b); }