Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
workarounds
/
NegatedAtanStandaloneSettings.glsl
blob: e4c4e6cb2c679147691a7178b9a65d4b1db2d09d [
file
] [
log
] [
blame
]
out
vec4 sk_FragColor
;
uniform
float
unknownInput
;
void
main
()
{
vec2 x
=
vec2
(
unknownInput
);
sk_FragColor
.
x
=
atan
(
x
.
x
,
-
x
.
y
);
}