bevy/crates/bevy_ui/src/render
ickshonpe 4a46f273a1
Clip outlines by the node's own clipping rect, not the parent's. (#10922)
# Objective

A nodes outline should be clipped using its own clipping rect, not its
parents.

fixes #10921

## Solution

Clip outlines by the node's own clipping rect, not the parent's.

If you compare the `overflow` ui example in main with this PR, you'll
see that the outlines that appear when you hover above the images are
now clipped along with the images.

---

## Changelog

* Outlines are now clipped using the node's own clipping rect, not the
parent's.
2023-12-10 00:51:19 +00:00
..
mod.rs Clip outlines by the node's own clipping rect, not the parent's. (#10922) 2023-12-10 00:51:19 +00:00
pipeline.rs Bind group layout entries (#10224) 2023-11-28 04:00:49 +00:00
render_pass.rs Fix UI borders (#10078) 2023-10-13 17:17:16 +00:00
ui_material_pipeline.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
ui_material.wgsl Provide GlobalsUniform in UiMaterial shaders (#10739) 2023-11-28 12:08:28 +00:00
ui_vertex_output.wgsl Add UI Materials (#9506) 2023-11-03 22:33:01 +00:00
ui.wgsl update shader imports (#10180) 2023-10-21 11:51:58 +00:00