Sign in
dawn
/
dawn
/
04b531d071b0faeaa680f87316c8da2a83f6dd06
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
dpdx
/
99edb1.wgsl.expected.msl
blob: 884fcb93f47f3fe29da821195b7be9cd5785ac3f [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
float2 dpdx_99edb1
()
{
float2 res
=
dfdx
(
float2
(
1.0f
));
return
res
;
}
fragment
void
fragment_main
(
device float2
*
tint_symbol
[[
buffer
(
0
)]])
{
*(
tint_symbol
)
=
dpdx_99edb1
();
return
;
}