bevy/crates/bevy_render/src
Jakob Hellermann 02637b609e fix clippy (#7302)
# Objective

- `cargo clippy` should work (except for clippy::type_complexity)

## Solution

- fix new clippy lints
2023-01-20 14:25:25 +00:00
..
camera Windows as Entities (#5589) 2023-01-19 00:38:28 +00:00
color Improve Color::hex performance (#6940) 2023-01-17 13:26:43 +00:00
mesh Update Box vertices comment (#7055) 2022-12-29 23:45:07 +00:00
primitives Very minor doc formatting changes (#5287) 2022-07-12 13:06:16 +00:00
render_graph fix clippy (#7302) 2023-01-20 14:25:25 +00:00
render_phase Reduce the use of atomics in the render phase (#7084) 2023-01-18 02:19:19 +00:00
render_resource Make PipelineCache internally mutable. (#7205) 2023-01-16 15:41:14 +00:00
renderer fix clippy (#7302) 2023-01-20 14:25:25 +00:00
texture Add depth and normal prepass (#6284) 2023-01-19 22:11:13 +00:00
view Changed Msaa to Enum (#7292) 2023-01-20 14:25:21 +00:00
extract_component.rs ExtractComponent output optional associated type (#6699) 2022-11-21 13:19:44 +00:00
extract_param.rs Revise SystemParam docs (#7274) 2023-01-20 13:39:23 +00:00
extract_resource.rs gate an import used only for a debug assert (#7165) 2023-01-11 20:52:04 +00:00
globals.rs bevy_reflect: Register missing reflected types for bevy_render (#6725) 2022-11-23 00:41:21 +00:00
lib.rs Pipelined Rendering (#6503) 2023-01-19 23:45:46 +00:00
pipelined_rendering.rs Pipelined Rendering (#6503) 2023-01-19 23:45:46 +00:00
render_asset.rs Fix clippy::iter_with_drain (#6485) 2022-11-06 01:42:15 +00:00
settings.rs Replace WgpuAdapterInfo with RenderAdapterInfo in the documentation. (#7036) 2022-12-26 19:47:01 +00:00
spatial_bundle.rs enum Visibility component (#6320) 2022-12-25 00:39:29 +00:00