Sign in
dawn
/
tint
/
refs/heads/chromium/4620
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryDerivativeTest_SpvBinaryDerivativeTest_Derivatives_14.spvasm.expected.hlsl
blob: 14fdbca7606ae81905512db3dabc5b2c08653ed4 [
file
] [
log
] [
blame
] [
edit
]
void
main_1
()
{
const
float3 x_1
=
float3
(
50.0f
,
60.0f
,
70.0f
);
const
float3 x_2
=
ddy_fine
(
x_1
);
return
;
}
void
main
()
{
main_1
();
return
;
}