bevy/crates/bevy_render/src/pipeline
Mariusz Kryński 60fa2d5f93
delegate layout reflection to RenderResourceContext (#691)
* delegate layout reflection to RenderResourceContext
Also:
 * auto-reflect DynamicBindings
 * use RenderPipeline::new, update dynamic_bindings

linting.

* add dynamic binding generation

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2020-11-10 13:20:05 -08: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 delegate layout reflection to RenderResourceContext (#691) 2020-11-10 13:20:05 -08:00
pipeline_layout.rs Mesh overhaul with custom vertex attributes #592 (#599) 2020-10-30 19:21:53 -07:00
pipeline.rs delegate layout reflection to RenderResourceContext (#691) 2020-11-10 13:20:05 -08:00
render_pipelines.rs delegate layout reflection to RenderResourceContext (#691) 2020-11-10 13:20:05 -08:00
state_descriptors.rs switch to u32 indices by default (#572) 2020-09-25 14:29:30 -07:00
vertex_buffer_descriptor.rs Mesh overhaul with custom vertex attributes #592 (#599) 2020-10-30 19:21:53 -07:00
vertex_format.rs Mesh overhaul with custom vertex attributes #592 (#599) 2020-10-30 19:21:53 -07:00