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

Function line_width_params

src/plot_renderer/shader.rs:1829–1837  ·  view source on GitHub ↗
(width: Size)

Source from the content-addressed store, hash-verified

1827 msaa_targets.width as f32,
1828 msaa_targets.height as f32,
1829 0.0,
1830 1.0,
1831 );
1832 pass.set_scissor_rect(
1833 params.clip_bounds.x,
1834 params.clip_bounds.y,
1835 params.clip_bounds.width,
1836 params.clip_bounds.height,
1837 );
1838 pass.set_pipeline(pipeline);
1839 pass.set_bind_group(0, &msaa_targets.composite_bind_group, &[]);
1840 pass.draw(0..3, 0..1);

Callers 1

write_polyline_trianglesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected