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

Class PositionDisplay

src/plot_widget.rs:1907–1910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1905 if let Some(renderer) = renderer_state.renderers.get(&self.instance_id) {
1906 renderer.draw_in_pass(render_pass);
1907 }
1908 true
1909 }
1910
1911 /// MSAA path (desktop): dedicated offscreen MSAA pass + resolve +
1912 /// composite. Android (MSAA=1) never reaches this — `draw` handles it
1913 /// in-pass.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected