Sign in
dawn
/
dawn
/
587f216e529271acd3554b0dca6cfa66f2dc331f
/
.
/
test
/
tint
/
const
/
inferred
/
function.wgsl.expected.glsl
blob: 9c7caeaf7fbbbaaa0134c9ba2624eaca7b158d1e [
file
] [
log
] [
blame
]
#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
;
}