Sign in
dawn
/
dawn
/
380ea60c70a3585c53ee2c1e90d5a85ca85d5168
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
fwidthCoarse
/
4e4fc4.wgsl.expected.glsl
blob: 12433786f878f9ff64cc8e6649daac0850096ef5 [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
void
fwidthCoarse_4e4fc4
()
{
vec4 res
=
fwidth
(
vec4
(
1.0f
));
}
void
fragment_main
()
{
fwidthCoarse_4e4fc4
();
}
void
main
()
{
fragment_main
();
return
;
}