Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryDerivativeTest_SpvBinaryDerivativeTest_Derivatives_4.spvasm.expected.hlsl
blob: 63fe5588524b5e635a093c20a855019a2bd42381 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
float2 x_1
=
float2
(
50.0f
,
60.0f
);
const
float2 x_2
=
ddy
(
x_1
);
return
;
}
void
main
()
{
main_1
();
return
;
}