Sign in
dawn
/
dawn
/
04b531d071b0faeaa680f87316c8da2a83f6dd06
/
.
/
test
/
tint
/
unittest
/
reader
/
spirv
/
SpvUnaryArithTest_Transpose_3x2.spvasm.expected.ir.fxc.hlsl
blob: 9962c2bc9dd8cd5f9163917a300fcd44a4dcf84f [
file
] [
log
] [
blame
]
SKIP
:
FAILED
void
main_1
()
{
float2x3 x_2
=
float2x3
(
float3
(
50.0f
,
60.0f
,
50.0f
),
float3
(
60.0f
,
50.0f
,
60.0f
));
}
void
main
()
{
main_1
();
}