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