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