Sign in
dawn
/
dawn
/
da36942df91ff7c42c0c2521703aa1a52456ce33
/
.
/
test
/
tint
/
switch
/
switch_multi_selector.wgsl.expected.msl
blob: e5542b4458b7e335110a60a416a7f8847ee997c8 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
a
()
{
int
a_1
=
0
;
switch
(
a_1
)
{
case
0
:
case
2
:
case
4
:
{
break
;
}
case
1
:
default
:
{
return
;
break
;
}
}
}