Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
skia
/
tests
/
sksl
/
shared
/
StaticSwitchWithBreakInsideBlock.glsl
blob: f14db13629231711d08a78c8592feffd860a6d5b [
file
] [
log
] [
blame
]
out
vec4 sk_FragColor
;
void
main
()
{
float
x
=
0.0
;
{
{
x
=
0.0
;
sk_FragColor
=
vec4
(
x
);
}
}
}