Sign in
dawn
/
dawn
/
94d556cf67f858e7b104e42703ad06eeb0eee5a0
/
.
/
test
/
tint
/
switch
/
switch.wgsl.expected.ir.fxc.hlsl
blob: 29be9928bd916a594137521c5d58f123883da9e9 [
file
] [
log
] [
blame
]
void
a
()
{
int
a_1
=
0
;
switch
(
a_1
)
{
case
0
:
{
break
;
}
case
1
:
{
return
;
}
default
:
{
a_1
=
(
a_1
+
2
);
break
;
}
}
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}