Sign in
dawn
/
dawn
/
04b531d071b0faeaa680f87316c8da2a83f6dd06
/
.
/
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
();
}