Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_CompositeInsert_Matrix.spvasm.expected.hlsl
blob: a70ffdd2f2385770934a62452e53db699e15f14c [
file
] [
log
] [
blame
] [
edit
]
void
main_1
()
{
float3x2 x_35
=
float3x2
(
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
);
float3x2 x_2_1
=
x_35
;
x_2_1
[
2u
]
=
float2
(
50.0f
,
60.0f
);
const
float3x2 x_2
=
x_2_1
;
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}