bevy/crates/bevy_ui/src/render
IceSentry f119d9df8e Add DrawFunctionsInternals::id() (#6745)
# Objective

- Every usage of `DrawFunctionsInternals::get_id()` was followed by a `.unwrap()`. which just adds boilerplate.

## Solution

- Introduce a fallible version of `DrawFunctionsInternals::get_id()` and use it where possible.
- I also took the opportunity to improve the error message a little in the case where it fails.

---

## Changelog

- Added `DrawFunctionsInternals::id()`
2022-11-28 13:54:13 +00:00
..
mod.rs Add DrawFunctionsInternals::id() (#6745) 2022-11-28 13:54:13 +00:00
pipeline.rs Specialize UI pipeline on "hdr-ness" (#6459) 2022-11-03 21:14:03 +00:00
render_pass.rs Use new let-else syntax where possible (#6463) 2022-11-04 21:32:09 +00:00
ui.wgsl adjust cluster index for viewport origin (#5947) 2022-09-15 21:58:14 +00:00