Sign in
dawn
/
dawn
/
144ebed4c7ee7c6ecddeedfa81d607bbf256e8f2
/
.
/
test
/
tint
/
bug
/
tint
/
825.wgsl.expected.dxc.hlsl
blob: 1d6cae1d1515a867a346059eb5c3d3b870f2e185 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
int
i
=
0
;
int
j
=
0
;
float2x2 m
=
float2x2
(
float2
(
1.0f
,
2.0f
),
float2
(
3.0f
,
4.0f
));
float
f_1
=
m
[
i
][
j
];
}