blob: 377b124640d23a1908c2504470e246ddbcfd6639 [file] [log] [blame]
uniform half a; void main() { sk_FragColor.x = isinf(a) ? 1 : 0; }