#wgpu #staging #async #graphics

nightly wgpu_async_staging

Async implementation of wgpu::util::StagingBelt that's Send + Sync

1 unstable release

0.1.0 Dec 8, 2021

#7 in #staging

MIT license

7KB
96 lines

wgpu_async_staging

A modified version of wgpu::util::StagingBelt which is Send + Sync and has an async recall() method.

Requires nightly rust due to the use of async closures.

Dependencies

~3–8MB
~147K SLoC