Sign in
dawn
/
dawn
/
32363954436092f4d0c5f2c8dd5f1fa8f2ff00af
/
.
/
test
/
tint
/
switch
/
switch_multi_selector.wgsl.expected.ir.msl
blob: afb48a785747cd5317fba7c71245818c55b61da8 [
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
;
}
}
}