Sign in
dawn
/
dawn
/
59a72c3ed02671b658ce4e20b4abcd550e66fb4e
/
.
/
test
/
tint
/
switch
/
switch_multi_selector.wgsl
blob: 327fc0e05af9a7f5d5cfd814ee39ed1e6dc2fd84 [
file
]
fn a
()
{
var
a
=
0
;
switch
(
a
)
{
case
0
,
2
,
4
:
{
break
;
}
case
1
,
default
:
{
return
;
}
}
}