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