bevy/crates/bevy_render/src
Marek Legris 474bb5403e
Transform Rewrite (#374)
Remove individual Translation / Rotation / Scale components in favor of a combined Transform component
2020-09-14 14:00:32 -07:00
..
batch Switch usage of std HashMap/HashSet default hasher, to aHash algo (#258) 2020-08-28 17:08:51 -07:00
camera Transform Rewrite (#374) 2020-09-14 14:00:32 -07:00
mesh Allowing glTFs to be loaded that don't have uvs and normals (#406) 2020-09-03 17:30:10 -07:00
pass enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
pipeline UI component bundles derive clone (#390) 2020-08-29 16:49:39 -07:00
render_graph Transform Rewrite (#374) 2020-09-14 14:00:32 -07:00
renderer Transform Rewrite (#374) 2020-09-14 14:00:32 -07:00
shader iOS: use shaderc-rs for glsl to spirv compilation (#324) 2020-09-01 11:06:15 -07:00
texture Switch usage of std HashMap/HashSet default hasher, to aHash algo (#258) 2020-08-28 17:08:51 -07:00
color.rs Add Color::hex fn (#362) 2020-08-30 11:27:37 -07:00
draw.rs Resource change tracking (#388) 2020-09-10 13:15:02 -07:00
entity.rs Transform Rewrite (#374) 2020-09-14 14:00:32 -07:00
lib.rs render: Export specific items outside of prelude (#473) 2020-09-11 16:23:21 -07:00