blob: c5fc0b389baf64415bf49127141be4d68418814c [file] [log] [blame]
uniform half a; void main() { sk_FragColor.x = atanh(a); }