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