Sign in
dawn
/
dawn
/
d388bc9b368c75bcc2bf73c9ebfaeb3d97ff6cf7
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryDerivativeTest_SpvBinaryDerivativeTest_Derivatives_11.spvasm.expected.msl
blob: d0b0b5497cf7cf54a961c4b6b4120c7306e67cff [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float3
const
x_1
=
float3
(
50.0f
,
60.0f
,
70.0f
);
float3
const
x_2
=
dfdx
(
x_1
);
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}