Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
extensions
/
texel_fetch
/
zero_outputs
/
single_input.wgsl.expected.glsl
blob: edac9585cf80040b3783d9e11f6681181325a5b9 [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
precision highp
int
;
in
vec4 f_Input
;
void
g
(
float
a
)
{
}
void
f_inner
(
vec4 fbf
)
{
g
(
fbf
[
1u
]);
}
void
main
()
{
f_inner
(
f_Input
);
}