Sign in
dawn
/
dawn
/
ab9b5f3aa5996054993f01914fe5a6833a2c8e38
/
.
/
test
/
tint
/
const
/
inferred
/
function.wgsl.expected.glsl
blob: 69a3a97fb28d2faf9846610d838a5ac543bf53d6 [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
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
;
}