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