Sign in
dawn
/
dawn
/
8f1d276a3780e023f44b54385255479b4a7e3be7
/
.
/
test
/
tint
/
ptr_ref
/
access
/
matrix.spvasm.expected.ir.dxc.hlsl
blob: 40e41ef8111cbe6596f723fe923719812e864642 [
file
] [
log
] [
blame
]
void
main_1
()
{
float3x3 m
=
float3x3
((
0.0f
).
xxx
,
(
0.0f
).
xxx
,
(
0.0f
).
xxx
);
m
=
float3x3
(
float3
(
1.0f
,
2.0f
,
3.0f
),
float3
(
4.0f
,
5.0f
,
6.0f
),
float3
(
7.0f
,
8.0f
,
9.0f
));
m
[
1
]
=
(
5.0f
).
xxx
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
}