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