Sign in
dawn
/
dawn
/
ccb0a779fe4743b02271302ee17456443be4c58c
/
.
/
test
/
tint
/
bug
/
tint
/
1086.wgsl.expected.ir.glsl
blob: 52ecd40053786aa401b3af29178b5abe1ba51ecb [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
precision highp
int
;
float
v
=
0.0f
;
void
x
(
inout
float
p
)
{
p
=
0.0f
;
}
void
g
()
{
x
(
v
);
}
void
main
()
{
g
();
}