out vec4 sk_FragColor; uniform float a; void main() { sk_FragColor.x = float(isinf(a) ? 1 : 0); }