Sign in
dawn
/
dawn
/
7f3cb94be0b3a948ea54338c54a0227fce6378ad
/
.
/
test
/
tint
/
bug
/
chromium
/
1345468.wgsl.expected.msl
blob: 52a8b9bbc008ce4534b48b6ded6ecb92d803ccb7 [
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
))[
min
(
uint
(
i
),
3u
)];
int
b
=
int2
(
0
,
1
)[
min
(
uint
(
i
),
1u
)];
}