Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
switch
/
switch.wgsl.expected.ir.msl
blob: ac01dec6022cb0f07798d486f98f74a9672ea88f [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
a
()
{
int
a_1
=
0
;
switch
(
a_1
)
{
case
0
:
{
break
;
}
case
1
:
{
return
;
}
default
:
{
a_1
=
as_type
<int>
((
as_type
<uint>
(
a_1
)
+
as_type
<uint>
(
2
)));
break
;
}
}
}