Sign in
dawn
/
dawn
/
b0455217fafd61f083c214a00665a2eda378a5e4
/
.
/
test
/
bug
/
tint
/
825.wgsl.expected.hlsl
blob: 1e1f290b434ca6b6833d141034755992faa4a4c8 [
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
));
const
float
f
=
m
[
i
][
j
];
}