Sign in
dawn
/
dawn
/
f3e7db0c4ed2fe144a7f682e029f48e1c9ccf3ca
/
.
/
test
/
tint
/
bug
/
tint
/
1086.wgsl.expected.fxc.hlsl
blob: c161767a7d6d451401c02003ea0540d86778b152 [
file
] [
log
] [
blame
]
static
float
v
=
0.0f
;
void
x
(
inout
float
p
)
{
p
=
0.0f
;
}
void
g
()
{
x
(
v
);
}
void
f
()
{
g
();
return
;
}