wgpu/examples
Aaron Loucks 86e1249949 Add the static lifetime bound to async buffer mapping callbacks
These callbacks are executed outside of the mapping function and could
previously reference data that had been dropped. This fixes the
soundness issues described in #95, but not the buggy mapping
behavior.
2019-03-11 17:11:29 -04:00
..
data Initial compute pipeline support 2019-02-11 19:02:18 -08:00
hello_compute_rust Add the static lifetime bound to async buffer mapping callbacks 2019-03-11 17:11:29 -04:00
hello_triangle_c Update textureformats in examples 2019-02-28 06:36:45 +01:00
hello_triangle_rust run cargo fmt 2019-03-05 20:41:24 -08:00
Cargo.toml Separate object identity from storage 2019-02-14 14:28:55 -05:00
vk_layer_settings.txt Texture view creation in Rust and the example 2018-10-26 12:04:20 -04:00