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