Sign in
dawn
/
dawn
/
b6fc95f119163bbd87ce9b7e39e9166866520ac4
/
.
/
test
/
tint
/
bug
/
chromium
/
343597426.wgsl.expected.fxc.hlsl
blob: b06623ca5973dbd45b9de8cf3cc6a9dbf3a260df [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
foo
(
bool
a
,
bool
b
,
bool
c
,
bool
d
,
bool
e
)
{
if
(
a
)
{
if
(
b
)
{
return
;
}
if
(
c
)
{
if
(
d
)
{
return
;
}
if
(
e
)
{
}
}
}
}