Sign in
dawn
/
dawn
/
refs/heads/chromium/6215
/
.
/
test
/
tint
/
const
/
inferred
/
function.wgsl.expected.glsl
blob: 9c7caeaf7fbbbaaa0134c9ba2624eaca7b158d1e [
file
] [
log
] [
blame
] [
edit
]
#version 310 es
precision highp
float
;
layout
(
location
=
0
)
out
vec4 value
;
vec4 tint_symbol
()
{
return
vec4
(
0.0f
);
}
void
main
()
{
vec4 inner_result
=
tint_symbol
();
value
=
inner_result
;
return
;
}