Sign in
dawn
/
dawn
/
cfb9de24e17f7c24577e6acbbf39325deee3ca25
/
.
/
test
/
tint
/
statements
/
decrement
/
for_loop_continuing.wgsl.expected.wgsl
blob: f6b1fae239e831dc3bc5992d54313f8ad53bc741 [
file
] [
log
] [
blame
]
@group
(
0
)
@binding
(
0
)
var
<
storage
,
read_write
>
i
:
u32
;
@compute
@workgroup_size
(
1
)
fn main
()
{
for
(;
(
i
<
10u
);
i
--)
{
}
}