bevy/crates/bevy_gizmos/src
ira bb59509d44
Fix gizmos in WebGPU (#8910)
# Objective

Fix #8908.

## Solution

Assign the vertex buffers twice with a single item offset instead of
setting the array_stride lower than the vertex layout's size for
linestrips.
2023-06-22 03:01:24 +00:00
..
gizmos.rs Add a bounding box gizmo (#8468) 2023-04-24 15:23:06 +00:00
lib.rs Fix gizmos in WebGPU (#8910) 2023-06-22 03:01:24 +00:00
lines.wgsl Instanced line rendering for gizmos based on bevy_polyline (#8427) 2023-06-13 06:49:47 +00:00
pipeline_2d.rs Instanced line rendering for gizmos based on bevy_polyline (#8427) 2023-06-13 06:49:47 +00:00
pipeline_3d.rs Instanced line rendering for gizmos based on bevy_polyline (#8427) 2023-06-13 06:49:47 +00:00