bevy/crates/bevy_pbr/src/render
François 585d0b8467 remove some mut in queries (#3437)
# Objective

- While reading code, found some queries that are `mut` and not used as such

## Solution

- Remove `mut` when possible


Co-authored-by: François <8672791+mockersf@users.noreply.github.com>
2021-12-26 05:39:46 +00:00
..
depth.wgsl Update wgpu to 0.12 and naga to 0.8 (#3375) 2021-12-19 03:03:06 +00:00
light.rs Prepare crevice for vendored release (#3394) 2021-12-23 22:49:12 +00:00
mesh_struct.wgsl Update wgpu to 0.12 and naga to 0.8 (#3375) 2021-12-19 03:03:06 +00:00
mesh_view_bind_group.wgsl enable Webgl2 optimisation in pbr under feature (#3291) 2021-12-22 20:59:48 +00:00
mesh.rs remove some mut in queries (#3437) 2021-12-26 05:39:46 +00:00
mesh.wgsl Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
mod.rs Materials and MaterialPlugin (#3428) 2021-12-25 21:45:43 +00:00
pbr.wgsl enable Webgl2 optimisation in pbr under feature (#3291) 2021-12-22 20:59:48 +00:00
wireframe.wgsl Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00