Sign in
dawn
/
dawn
/
84591c88ef176b8d7e166a4bbcf640a1ca257ca2
/
.
/
test
/
tint
/
statements
/
for
/
basic.wgsl.expected.fxc.hlsl
blob: 96a545fb8a072b30bcda8ec36f239c59c1323e9b [
file
]
void
some_loop_body
()
{
}
void
f
()
{
{
int
i
=
int
(
0
);
while
((
i
<
int
(
5
)))
{
some_loop_body
();
{
i
=
(
i
+
int
(
1
));
}
continue
;
}
}
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}