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