bevy/crates/bevy_ui/src
UkoeHB 3fc02cb925
Reduce allocations in ui_layout_system (#15001)
# Objective

- Shave off some allocations from `ui_layout_system`.

## Solution

- Add a `Local` for allocation buffers.
2024-09-02 22:37:27 +00:00
..
layout Reduce allocations in ui_layout_system (#15001) 2024-09-02 22:37:27 +00:00
render Refactor AsBindGroup to use a associated SystemParam. (#14909) 2024-08-25 20:16:34 +00:00
widget Don't reallocate scale factors in measure_text_system (#14999) 2024-09-02 17:01:59 +00:00
accessibility.rs Resolve UI outlines using the correct target's viewport size (#14947) 2024-09-02 16:56:58 +00:00
focus.rs Apply Clippy lints regarding lazy evaluation and closures (#14015) 2024-07-01 15:54:40 +00:00
geometry.rs Fix uses of "it's" vs "its". (#13033) 2024-04-19 18:17:31 +00:00
lib.rs Resolve UI outlines using the correct target's viewport size (#14947) 2024-09-02 16:56:58 +00:00
measurement.rs Optimize UI text measurement (#15003) 2024-09-01 11:50:54 +00:00
node_bundles.rs Add BorderRadius field to ImageBundle (#14457) 2024-07-24 18:41:26 +00:00
picking_backend.rs hooking up observers and clicking for ui node (#14695) 2024-08-15 14:43:55 +00:00
stack.rs Merge BuildWorldChildren and BuildChildren traits. (#14052) 2024-07-01 14:29:39 +00:00
texture_slice.rs Fix UI texture atlas with offset (#13620) 2024-07-30 15:31:58 +00:00
ui_material.rs Fix incorrect link in UiMaterial documentation (#12361) 2024-03-07 22:09:57 +00:00
ui_node.rs Resolve UI outlines using the correct target's viewport size (#14947) 2024-09-02 16:56:58 +00:00
update.rs fix: use try_insert instead of insert in bevy_ui to prevent panics when despawning ui nodes (#13000) 2024-04-19 18:12:08 +00:00