Sign in
dawn
/
dawn
/
30d55fabc91fc7f9cd6b0d2f7fdf53b984168ed2
/
.
/
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
;
}