Sign in
dawn
/
tint
/
refs/heads/chromium/4857
/
.
/
test
/
intrinsics
/
gen
/
fwidthCoarse
/
4e4fc4.wgsl.expected.glsl
blob: a7780a7d5344384524153e8b09748370cf241467 [
file
] [
log
] [
blame
] [
edit
]
#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
();
}