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