Sign in
dawn
/
dawn
/
b1d5bc8418bcea98e3227eae00b1a1a237281366
/
.
/
test
/
tint
/
builtins
/
gen
/
fwidthCoarse
/
e653f7.wgsl.expected.glsl
blob: 5073cfeed8eda76c5336ed8dc734290e6af27c50 [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
void
fwidthCoarse_e653f7
()
{
vec2 res
=
fwidth
(
vec2
(
0.0f
));
}
void
fragment_main
()
{
fwidthCoarse_e653f7
();
}
void
main
()
{
fragment_main
();
return
;
}