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