blob: fd94a442054777f1685a759432229f4f947e63b2 [file] [log] [blame]
/*#pragma settings MustForceNegatedAtanParamToFloat*/
void main() {
float2 x = float2(sqrt(2));
sk_FragColor.r = half(atan(x.x, -x.y));
}