Sign in
dawn
/
dawn.git
/
refs/heads/main
/
.
/
test
/
tint
/
switch
/
switch_multi_selector.wgsl.expected.wgsl
blob: f7989f9ebfc5bcb583d407ba8740adbf6471d443 [
file
] [
log
] [
blame
] [
edit
]
@compute
@workgroup_size
(
1
)
fn a
()
{
var
a
=
0
;
switch
(
a
)
{
case
0
,
2
,
4
:
{
break
;
}
case
1
,
default
:
{
return
;
}
}
}