Sign in
dawn
/
dawn.git
/
86ea1d3134a8ff1fa204fb56dc20bedb1d2bfb9a
/
.
/
test
/
tint
/
statements
/
for
/
condition
/
basic.wgsl.expected.wgsl
blob: 51cbf19c18589e54a17d7d08fca961f8e5856d89 [
file
]
@compute
@workgroup_size
(
1
)
fn f
()
{
var
i
:
i32
;
for
(;
(
i
<
4
);
)
{
}
}