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