mirror of
https://github.com/bevyengine/bevy
synced 2025-01-10 20:29:01 +00:00
b5ffab7135
* only update global transforms when they (or their ancestors) have changed * only update render resource nodes when they have changed (quality check plz) * only update entity mesh specialization when mesh (or mesh component) has changed * only update sprite size when changed * remove stale bind groups * fix setting size of loading sprites * store unmatched render resource binding results * reduce state changes * cargo fmt + clippy * remove cached "NoMatch" results when new bindings are added to RenderResourceBindings * inline current_entity in world_builder * try creating bind groups even when they havent changed * render_resources_node: update all entities when resized * fmt |
||
---|---|---|
.. | ||
nodes | ||
base.rs | ||
command.rs | ||
edge.rs | ||
graph.rs | ||
mod.rs | ||
node.rs | ||
node_slot.rs | ||
schedule.rs | ||
system.rs |