Sign in
skia
/
skia
/
97be28c4cc05231fe6e70dc32662c24700e731cc
/
.
/
tests
/
sksl
/
shared
/
StaticSwitchWithBreak.glsl
blob: 556d5b800af0dfb3d8dc8cd648e4e1426098a3ee [
file
] [
log
] [
blame
]
out
vec4 sk_FragColor
;
void
main
()
{
float
x
=
0.0
;
{
x
=
0.0
;
}
sk_FragColor
=
vec4
(
x
);
}