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