Files
wgpu/examples
Lachlan Sneff ea6bcd03e2 Rewrite GpuFuture to avoid blocking and to use less space
Remove odd patching matching

Replace std::sync::Mutex with spin::Mutex in GpuFuture

Reduce GpuFuture usage to one explicit allocation instead of two

Fix examples to poll the device in the background when using map_read or map_write

Remove device.poll from GpuFuture::poll and document future invariants

Massively simplify examples

Use Arc::clone(...) instead of arc.clone()

Switch println to log::info
2020-03-27 00:16:35 -04:00
..
2020-03-15 11:25:06 -04:00
2020-03-23 01:03:33 +00:00
2020-03-23 01:03:33 +00:00
2020-03-20 21:48:25 -04:00
2020-03-20 21:48:25 -04:00