Sign in
dawn
/
dawn
/
c4bbf56708cc6295af6d5a68e135fd9061b3d897
/
.
/
test
/
tint
/
unittest
/
reader
/
spirv
/
SpvParserFunctionVarTest_EmitFunctionVariables_MatrixInitializer.spvasm.expected.ir.fxc.hlsl
blob: 314d9ccb1360683e75995afb26b654a59f3037fe [
file
] [
log
] [
blame
]
SKIP
:
FAILED
void
main_1
()
{
float3x2 x_200
=
float3x2
(
float2
(
1.5f
,
2.0f
),
float2
(
2.0f
,
3.0f
),
float2
(
3.0f
,
4.0f
));
}
void
main
()
{
main_1
();
}