Sign in
dawn
/
dawn
/
a0456433619385c6c03e634d6069161bcb80d535
/
.
/
test
/
tint
/
statements
/
increment
/
for_loop_continuing.wgsl.expected.dxc.hlsl
blob: f150f3cae6887444577f0705b64bf33701cb4e52 [
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
))))
{
}
}
}