Crates.io | wgpu_async_staging |
lib.rs | wgpu_async_staging |
version | 0.1.0 |
source | src |
created_at | 2021-12-08 17:08:34.465799 |
updated_at | 2021-12-08 17:08:34.465799 |
description | Async implementation of wgpu::util::StagingBelt that's Send + Sync |
homepage | |
repository | https://github.com/Foltik/wgpu_async_staging |
max_upload_size | |
id | 494606 |
size | 7,782 |
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.