Sign in
dawn
/
dawn
/
f148f0891bf5c36d9631ebe03020e83ed1c6070a
/
.
/
test
/
tint
/
bug
/
chromium
/
1345468.wgsl.expected.dxc.hlsl
blob: 6b3556b9f580d2211b6608c3264dd4f4ed36ac4c [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
int
i
=
1
;
float2 a
=
float4x2
((
0.0f
).
xx
,
(
0.0f
).
xx
,
float2
(
4.0f
,
0.0f
),
(
0.0f
).
xx
)[
i
];
int
b
=
int2
(
0
,
1
)[
i
];
}