blob: 83f6895852dd2461383b27d74791975ce9087634 [file] [log] [blame]
out vec4 sk_FragColor;
in float a;
void main() {
sk_FragColor.x = sinh(a);
}