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