blob: 4fff50d1f879ce28d01330ff0d22a8396ee1904b [file] [log] [blame]
out vec4 sk_FragColor;
in float a;
void main() {
sk_FragColor.x = tan(a);
}