Sign in
dawn
/
dawn
/
f3e7db0c4ed2fe144a7f682e029f48e1c9ccf3ca
/
.
/
test
/
tint
/
bug
/
chromium
/
343597426.wgsl.expected.glsl
blob: 82976e72241cace49d5f28400955f79ac22b9bfe [
file
] [
log
] [
blame
]
#version 310 es
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
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
)
{
}
}
}
}