Sign in
dawn
/
dawn
/
5f5599047154517635423ae44877de510074a658
/
.
/
test
/
tint
/
builtins
/
gen
/
var
/
fwidth
/
b83ebb.wgsl.expected.msl
blob: b5ecf5d03c826418c863e097cc50de0797df7661 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
fwidth_b83ebb
()
{
float2 arg_0
=
float2
(
1.0f
);
float2 res
=
fwidth
(
arg_0
);
}
fragment
void
fragment_main
()
{
fwidth_b83ebb
();
return
;
}