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