Sign in
dawn
/
dawn
/
1e1834a4ce8b8f90fdf2fe50919dc992d7bfac8f
/
.
/
test
/
tint
/
statements
/
decrement
/
for_loop_continuing.wgsl.expected.fxc.hlsl
blob: 8d59b36f7293543bb9a8f8c4629cfae97f2e488d [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
RWByteAddressBuffer
i
:
register
(
u0
,
space0
);
void
main
()
{
{
for
(;
(
i
.
Load
(
0u
)
<
10u
);
i
.
Store
(
0u
,
asuint
((
i
.
Load
(
0u
)
-
1u
))))
{
}
}
}