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