MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / line_style_params

Function line_style_params

src/plot_renderer/shader.rs:1747–1753  ·  view source on GitHub ↗

Helper to extract line style parameters

(style: LineStyle)

Source from the content-addressed store, hash-verified

1745 pass.set_bind_group(0, &self.camera_bind_group, &[]);
1746 pass.set_vertex_buffer(0, vb.buffer.slice(..));
1747 pass.draw(0..4, 0..vb.vertex_count);
1748 }
1749 }
1750
1751 // Selection overlay
1752 if let Some(pipeline) = self.pipelines.overlay.as_ref() {
1753 let mut pass = params.encoder.begin_render_pass(&RenderPassDescriptor {
1754 label: Some("selection overlay"),
1755 color_attachments: &[Some(msaa_attachment(msaa_targets, LoadOp::Load))],
1756 depth_stencil_attachment: None,

Callers 2

rebuild_linesMethod · 0.85
rebuild_reflinesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected