Sign in
dawn
/
tint
/
4beeaea9daf21186fabdde3fa7c24df0f1328309
/
.
/
test
/
intrinsics
/
gen
/
fwidthCoarse
/
4e4fc4.wgsl.expected.msl
blob: 88298ddaa42deca9dd80f14e709f9ce61fbd560a [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
fwidthCoarse_4e4fc4
()
{
float4 res
=
fwidth
(
float4
());
}
fragment
void
fragment_main
()
{
fwidthCoarse_4e4fc4
();
return
;
}