Sign in
dawn
/
dawn
/
b0e445c0a103a80d530c802a223a395e8782146a
/
.
/
test
/
tint
/
bug
/
chromium
/
1345468.wgsl.expected.ir.msl
blob: 5fadc62b15c623af3fbe8a33231f965d229daf3a [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
int
i
=
1
;
float2 a
=
float4x2
(
float2
(
0.0f
),
float2
(
0.0f
),
float2
(
4.0f
,
0.0f
),
float2
(
0.0f
))[
i
];
int
b
=
int2
(
0
,
1
)[
i
];
}