uniform half a; void main() { sk_FragColor.x = isnan(a) ? 1 : 0; }