bevy/crates
François a2ea9279b2 use correct size of pixel instead of 4 (#2977)
# Objective

- Fixes #2919 
- Initial pixel was hard coded and not dependent on texture format
- Replace #2920 as I noticed this needed to be done also on pipeline rendering branch

## Solution

- Replace the hard coded pixel with one using the texture pixel size
2021-10-28 23:10:45 +00:00
..
bevy_app Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_asset Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_audio Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_core Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_derive Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_diagnostic Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_dylib Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_dynamic_plugin Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_ecs Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_gilrs Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_gltf Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_input Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_internal Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_log Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_macro_utils Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_math Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_pbr Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_reflect Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_render Switched the TODO comment in image_texture_conversion.rs (#2981) 2021-10-25 21:59:24 +00:00
bevy_scene Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_sprite use correct size of pixel instead of 4 (#2977) 2021-10-28 23:10:45 +00:00
bevy_tasks Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_text Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_transform Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_ui Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_utils Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_wgpu Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_window Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
bevy_winit Update for edition 2021 (#2997) 2021-10-25 18:00:13 +00:00
crevice remove .system from pipelined code (#2538) 2021-07-26 23:44:23 +00:00