Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryDerivativeTest_SpvBinaryDerivativeTest_Derivatives_0.spvasm.expected.msl
blob: 2072656a1bf6abaeed11ffaea2d2cdc1a24e8dc2 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float
const
x_1
=
50.0f
;
float
const
x_2
=
dfdx
(
x_1
);
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}