Sign in
dawn
/
tint
/
7cff4c87457d1cae933855efc20a2600600412ef
/
.
/
test
/
intrinsics
/
gen
/
fwidthFine
/
523fdc.wgsl.expected.msl
blob: ba43d3cd2a3941d0bb41bc717ea4c02132ef0c0e [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
fwidthFine_523fdc
()
{
float3 res
=
fwidth
(
float3
());
}
fragment
void
fragment_main
()
{
fwidthFine_523fdc
();
return
;
}