blob: 0520c9e13712e81f7966d3c5bc4abd949d8c3959 [file] [log] [blame]
out vec4 sk_FragColor;
in float a;
void main() {
sk_FragColor.x = tanh(a);
}