blob: b976b16b234df4f4fce7824db721b015243bfd79 [file] [log] [blame]
out vec4 sk_FragColor;
void main() {
vec2 x = vec2(sqrt(2.0));
sk_FragColor.x = atan(x.x, -x.y);
}