Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryDerivativeTest_SpvBinaryDerivativeTest_Derivatives_20.spvasm.expected.hlsl
blob: 9588372c0bbc9d85f1dfa4329184308aefad60eb [
file
] [
log
] [
blame
]
void
main_1
()
{
const
float3 x_1
=
float3
(
50.0f
,
60.0f
,
70.0f
);
const
float3 x_2
=
ddx_coarse
(
x_1
);
return
;
}
void
main
()
{
main_1
();
return
;
}