Sign in
dawn
/
tint
/
b07a7cead6e7811ec84da03b01752d4b7f64d787
/
.
/
test
/
intrinsics
/
gen
/
fwidthCoarse
/
159c8a.wgsl.expected.hlsl
blob: 356be65fd832e6f49bd51f9fcee0ba1eb23cf230 [
file
] [
log
] [
blame
]
void
fwidthCoarse_159c8a
()
{
float
res
=
fwidth
(
1.0f
);
}
void
vertex_main
()
{
fwidthCoarse_159c8a
();
return
;
}
void
fragment_main
()
{
fwidthCoarse_159c8a
();
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
fwidthCoarse_159c8a
();
return
;
}