Sign in
dawn
/
dawn
/
c4bbf56708cc6295af6d5a68e135fd9061b3d897
/
.
/
test
/
tint
/
unittest
/
reader
/
spirv
/
SpvUnaryArithTest_Transpose_2x2.spvasm.expected.ir.fxc.hlsl
blob: 2abca9161d06146e08f4d3b143c17b84f2d11a1e [
file
] [
log
] [
blame
]
SKIP
:
FAILED
void
main_1
()
{
float2x2 x_2
=
float2x2
(
float2
(
50.0f
,
60.0f
),
float2
(
60.0f
,
50.0f
));
}
void
main
()
{
main_1
();
}