Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryArithTest_Transpose_2x2.spvasm.expected.hlsl
blob: 3ce255a3d9c85c43d580dbec252809c4d5c08b2c [
file
] [
log
] [
blame
]
void
main_1
()
{
const
float2x2 x_1
=
float2x2
(
float2
(
50.0f
,
60.0f
),
float2
(
60.0f
,
50.0f
));
const
float2x2 x_2
=
transpose
(
x_1
);
return
;
}
void
main
()
{
main_1
();
return
;
}