Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryDerivativeTest_SpvBinaryDerivativeTest_Derivatives_1.spvasm.expected.hlsl
blob: 1e5872e04da821b5ead08d33144fcdcdf9f0796b [
file
] [
log
] [
blame
]
void
main_1
()
{
const
float2 x_1
=
float2
(
50.0f
,
60.0f
);
const
float2 x_2
=
ddx
(
x_1
);
return
;
}
void
main
()
{
main_1
();
return
;
}