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