Sign in
dawn
/
dawn
/
1d948c6e10c162080c482cff184b8c13309bf2dc
/
.
/
test
/
tint
/
switch
/
switch_multi_selector.wgsl.expected.fxc.hlsl
blob: 60665e515e384d93035a3d35c9b436af08d520ee [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
a
()
{
int
a_1
=
0
;
switch
(
a_1
)
{
case
0
:
case
2
:
case
4
:
{
break
;
}
case
1
:
default
:
{
return
;
break
;
}
}
}