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