bevy/crates/bevy_ui/src/render
Rob Parrett 7ff3d876fa Clean up duplicated color conversion code (#4360)
# Objective

Cleans up some duplicated color -> u32 conversion code in `bevy_sprite` and `bevy_ui`

## Solution

Use `as_linear_rgba_u32` which was added recently by #4088
2022-03-29 23:03:22 +00:00
..
camera.rs use marker components for cameras instead of name strings (#3635) 2022-03-12 00:41:06 +00:00
mod.rs Clean up duplicated color conversion code (#4360) 2022-03-29 23:03:22 +00:00
pipeline.rs Compute Pipeline Specialization (#3979) 2022-03-23 00:27:26 +00:00
render_pass.rs Compute Pipeline Specialization (#3979) 2022-03-23 00:27:26 +00:00
ui.wgsl Update wgpu to 0.12 and naga to 0.8 (#3375) 2021-12-19 03:03:06 +00:00