Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryArithTestBasic_VectorTimesScalar.spvasm.expected.msl
blob: c420ea44dd151c40c03b15eec65a779d88a7a75c [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float2
const
x_1
=
float2
(
50.0f
,
60.0f
);
float
const
x_2
=
50.0f
;
float2
const
x_10
=
(
x_1
*
x_2
);
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}