Sign in
dawn
/
dawn
/
08357c3558df8d45e1f73bcac5dd02dd9048342b
/
.
/
test
/
tint
/
bug
/
chromium
/
1442551.wgsl.expected.dxc.hlsl
blob: 99ae7511ee0123f490c2843e43698dbd055cb3c4 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
int
i
=
1
;
int
b
=
int2
(
1
,
2
)[
min
(
uint
(
i
),
1u
)];
}