Sign in
dawn
/
dawn
/
94884fc11d3a42e398eb75972017aac6df3ac038
/
.
/
test
/
tint
/
bug
/
chromium
/
343597426.wgsl.expected.ir.glsl
blob: 22d9bb055a8143e5b69f67a0cae9ffeab2acdef4 [
file
] [
log
] [
blame
]
#version 310 es
void
foo
(
bool
a
,
bool
b
,
bool
c
,
bool
d
,
bool
e
)
{
if
(
a
)
{
if
(
b
)
{
return
;
}
if
(
c
)
{
if
(
d
)
{
return
;
}
if
(
e
)
{
}
}
}
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
}