Sign in
dawn
/
tint
/
refs/heads/chromium/4620
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryArithTestBasic_MatrixTimesScalar.spvasm.expected.hlsl
blob: b51b74e786dff0e3f3c8cab7fea08ac351d85971 [
file
] [
log
] [
blame
] [
edit
]
void
main_1
()
{
const
float2x2 x_1
=
float2x2
(
float2
(
50.0f
,
60.0f
),
float2
(
60.0f
,
50.0f
));
const
float2x2 x_10
=
(
x_1
*
50.0f
);
return
;
}
void
main
()
{
main_1
();
return
;
}