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