bevy/crates/bevy_ui/src/render
Markus Ort efc7dc0859
Fix panic when using image in UiMaterial (#10591)
# Objective

- Fix the panic on using Images in UiMaterials due to assets not being
loaded.
- Fixes #10513 

## Solution

- add `let else` statement that `return`s or `continue`s instead of
unwrapping, causing a panic.
2023-11-16 21:31:25 +00:00
..
mod.rs Improved Text Rendering (#10537) 2023-11-14 13:44:25 +00:00
pipeline.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
render_pass.rs Fix UI borders (#10078) 2023-10-13 17:17:16 +00:00
ui.wgsl update shader imports (#10180) 2023-10-21 11:51:58 +00:00
ui_material.wgsl Add UI Materials (#9506) 2023-11-03 22:33:01 +00:00
ui_material_pipeline.rs Fix panic when using image in UiMaterial (#10591) 2023-11-16 21:31:25 +00:00
ui_vertex_output.wgsl Add UI Materials (#9506) 2023-11-03 22:33:01 +00:00