Sign in
dawn
/
dawn
/
18b966321bca9ed2a7787c0adbbb18d013fac43e
/
.
/
test
/
tint
/
bug
/
tint
/
825.wgsl.expected.msl
blob: 0edd1b4f70f78e657725a9b678028f037814987b [
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
=
float2x2
(
float2
(
1.0f
,
2.0f
),
float2
(
3.0f
,
4.0f
))[
i
][
j
];
}