Sign in
dawn
/
tint
/
b612c505939bf86c80a55c193b93c41ed0f252a1
/
.
/
test
/
intrinsics
/
gen
/
fwidthFine
/
68f4ef.wgsl.expected.msl
blob: 7d756f81392881360cba0f6e5fdd4c1e3d0efca1 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
fwidthFine_68f4ef
()
{
float4 res
=
fwidth
(
float4
());
}
fragment
void
fragment_main
()
{
fwidthFine_68f4ef
();
return
;
}