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