Sign in
dawn
/
tint
/
9943de6813695e831a9e6aa43ae36322e81ae3e6
/
.
/
test
/
intrinsics
/
gen
/
fwidthCoarse
/
4e4fc4.wgsl.expected.glsl
blob: 6f6634b05415cb17a264b5ef84ca1fb1d1dfb14d [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
void
fwidthCoarse_4e4fc4
()
{
vec4 res
=
fwidth
(
vec4
(
0.0f
,
0.0f
,
0.0f
,
0.0f
));
}
void
fragment_main
()
{
fwidthCoarse_4e4fc4
();
return
;
}
void
main
()
{
fragment_main
();
}