blob: c4417626ab35f5af6b40dac4362f634e71187bc5 [file] [log] [blame]
out vec4 sk_FragColor;
uniform float a;
void main() {
sk_FragColor.x = exp(a);
}