bevy/crates/bevy_gizmos/src
ira e54057c50d
Avoid spawning gizmo meshes when no gizmos are being drawn (#8180)
# Objective

Avoid queuing empty meshes for rendering.
Should prevent #8144 from triggering when no gizmos are in use. Not a
real fix, unfortunately.

## Solution

Add an `in_use` field to `GizmoStorage` and only set it to true when
there are gizmos to draw.
2023-04-17 21:20:29 +00:00
..
gizmos.rs Avoid spawning gizmo meshes when no gizmos are being drawn (#8180) 2023-04-17 21:20:29 +00:00
lib.rs Avoid spawning gizmo meshes when no gizmos are being drawn (#8180) 2023-04-17 21:20:29 +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