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