bevy/crates/bevy_render/src
François bbb9849506 Replace default method calls from Glam types with explicit const (#1645)
it's a followup of #1550 

I think calling explicit methods/values instead of default makes the code easier to read: "what is `Quat::default()`" vs "Oh, it's `Quat::IDENTITY`"

`Transform::identity()` and `GlobalTransform::identity()` can also be consts and I replaced the calls to their `default()` impl with `identity()`
2021-03-13 18:23:39 +00:00
..
camera format comments (#1612) 2021-03-11 00:27:30 +00:00
mesh Replace default method calls from Glam types with explicit const (#1645) 2021-03-13 18:23:39 +00:00
pass Update to wgpu-rs 0.7 (#542) 2021-01-31 20:06:42 -08:00
pipeline format comments (#1612) 2021-03-11 00:27:30 +00:00
render_graph format comments (#1612) 2021-03-11 00:27:30 +00:00
renderer format comments (#1612) 2021-03-11 00:27:30 +00:00
shader format comments (#1612) 2021-03-11 00:27:30 +00:00
texture Fix cargo doc warnings (#1640) 2021-03-13 18:23:38 +00:00
wireframe Fix pipeline initialisation of wireframe mode (fixes #1609) (#1623) 2021-03-12 22:12:07 +00:00
color.rs format comments (#1612) 2021-03-11 00:27:30 +00:00
colorspace.rs format comments (#1612) 2021-03-11 00:27:30 +00:00
draw.rs format comments (#1612) 2021-03-11 00:27:30 +00:00
entity.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
lib.rs format comments (#1612) 2021-03-11 00:27:30 +00:00