Sign in
dawn
/
dawn
/
7f3cb94be0b3a948ea54338c54a0227fce6378ad
/
.
/
test
/
tint
/
statements
/
for
/
scoping.wgsl.expected.msl
blob: 27b1047d1bc85a94db0298abcdfbae8adfbbbb61 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
{
uint2 tint_loop_idx
=
uint2
(
4294967295u
);
int
must_not_collide
=
0
;
while
(
true
)
{
if
(
all
((
tint_loop_idx
==
uint2
(
0u
))))
{
break
;
}
break
;
}
}
int
must_not_collide
=
0
;
}