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