Sign in
dawn
/
dawn
/
2710affeaeca38dbaf3039b95903f113de88b11a
/
.
/
test
/
tint
/
switch
/
switch_multi_selector.wgsl.expected.ir.fxc.hlsl
blob: 42bcc41d32530ea8575b42214339643189b7a411 [
file
] [
log
] [
blame
]
void
a
()
{
int
a_1
=
int
(
0
);
switch
(
a_1
)
{
case
int
(
0
):
case
int
(
2
):
case
int
(
4
):
{
break
;
}
case
int
(
1
):
default
:
{
return
;
}
}
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}