Skip to content

Commit 35cf2e3

Browse files
authored
Expose LineBatchBuilder (#10043)
1 parent d3e6abb commit 35cf2e3

File tree

1 file changed

+1
-1
lines changed
  • crates/viewer/re_renderer/src

1 file changed

+1
-1
lines changed

crates/viewer/re_renderer/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pub use context::{
6565
pub use debug_label::DebugLabel;
6666
pub use depth_offset::DepthOffset;
6767
pub use importer::{CpuMeshInstance, CpuModel, CpuModelMeshKey};
68-
pub use line_drawable_builder::{LineDrawableBuilder, LineStripBuilder};
68+
pub use line_drawable_builder::{LineBatchBuilder, LineDrawableBuilder, LineStripBuilder};
6969
pub use point_cloud_builder::{PointCloudBatchBuilder, PointCloudBuilder};
7070
pub use queueable_draw_data::QueueableDrawData;
7171
pub use rect::{RectF32, RectInt};

0 commit comments

Comments
 (0)