bevy/crates/bevy_render/src/pipeline
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
..
bind_group.rs Switch usage of std HashMap/HashSet default hasher, to aHash algo (#258) 2020-08-28 17:08:51 -07:00
binding.rs Replace vector of UniformProperty with a single property 2020-08-16 01:16:00 -04:00
mod.rs enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
pipeline_compiler.rs Switch usage of std HashMap/HashSet default hasher, to aHash algo (#258) 2020-08-28 17:08:51 -07:00
pipeline_layout.rs Switch usage of std HashMap/HashSet default hasher, to aHash algo (#258) 2020-08-28 17:08:51 -07:00
pipeline.rs fix formatting / clippy warnings (#295) 2020-08-22 18:35:40 -07:00
render_pipelines.rs enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
state_descriptors.rs upgrade to latest wgpu 2020-08-21 18:36:32 -07:00
vertex_buffer_descriptor.rs Switch usage of std HashMap/HashSet default hasher, to aHash algo (#258) 2020-08-28 17:08:51 -07:00
vertex_format.rs create bevy_math crate and move math types there 2020-07-16 17:11:52 -07:00