Sign in
dawn
/
dawn
/
cdc7991b9192dd604dd224cbb582d8cb312de17d
/
.
/
test
/
tint
/
bug
/
tint
/
825.wgsl.expected.ir.msl
blob: c5816dfb04fe53f39e05f876a96b465265d35310 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
int
i
=
0
;
int
j
=
0
;
float2x2
const
m
=
float2x2
(
float2
(
1.0f
,
2.0f
),
float2
(
3.0f
,
4.0f
));
float
const
f_1
=
m
[
i
][
j
];
}