bevy/crates/bevy_gizmos/src
François 3220ad6b0b
do not crash when rendering only one gizmo (#8434)
# Objective

- Fixes #8432

## Solution

- Do not even create mesh when one is not needed
2023-04-18 16:31:55 +00:00
..
gizmos.rs do not crash when rendering only one gizmo (#8434) 2023-04-18 16:31:55 +00:00
lib.rs do not crash when rendering only one gizmo (#8434) 2023-04-18 16:31:55 +00:00
lines.wgsl Fix segfault with 2d gizmos (#8223) 2023-03-29 18:05:03 +00:00
pipeline_2d.rs Fix crash when enabling HDR on 2d cameras (#8151) 2023-03-21 18:31:52 +00:00
pipeline_3d.rs Immediate Mode Line/Gizmo Drawing (#6529) 2023-03-20 20:57:54 +00:00