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