Sign in
dawn
/
tint
/
refs/heads/chromium/4757
/
.
/
test
/
bug
/
tint
/
1086.wgsl.expected.glsl
blob: 23d35994dd26ccf1f3bd8ad306155121a4a02c49 [
file
] [
log
] [
blame
] [
edit
]
#version 310 es
precision mediump
float
;
float
v
=
0.0f
;
void
x
(
inout
float
p
)
{
p
=
0.0f
;
}
void
g
()
{
x
(
v
);
}
void
f
()
{
g
();
return
;
}
void
main
()
{
f
();
}