Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryDerivativeTest_SpvBinaryDerivativeTest_Derivatives_11.spvasm.expected.hlsl
blob: 2f2f39a0a61daec41570ea1041782c271c610534 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
float3 x_1
=
float3
(
50.0f
,
60.0f
,
70.0f
);
const
float3 x_2
=
ddx_fine
(
x_1
);
return
;
}
void
main
()
{
main_1
();
return
;
}