bevy/crates/bevy_wgpu/src
Robbie Davenport 4aabe983ec
Switch usage of std HashMap/HashSet default hasher, to aHash algo (#258)
switch to ahash for HashMaps and HashSets via a new bevy_utils crate
2020-08-28 17:08:51 -07:00
..
diagnostic Replace std synchronization primitives with parking_lot (#210) 2020-08-21 14:55:16 -07:00
renderer Switch usage of std HashMap/HashSet default hasher, to aHash algo (#258) 2020-08-28 17:08:51 -07:00
lib.rs app: rename AppPlugin to Plugin 2020-08-07 20:22:17 -07:00
wgpu_render_pass.rs enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
wgpu_renderer.rs add optional wgpu tracing feature 2020-08-16 01:11:17 -07:00
wgpu_resources.rs Switch usage of std HashMap/HashSet default hasher, to aHash algo (#258) 2020-08-28 17:08:51 -07:00
wgpu_type_converter.rs fix formatting / clippy warnings (#295) 2020-08-22 18:35:40 -07:00