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