Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryArithTestBasic_Dot.spvasm.expected.msl
blob: 0375390249924a3e2ebfe5866083c811eb769cc8 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float2
const
x_1
=
float2
(
50.0f
,
60.0f
);
float2
const
x_2
=
float2
(
60.0f
,
50.0f
);
float
const
x_3
=
dot
(
x_1
,
x_2
);
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}