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

Class CanvasCaches

src/plot_renderer/canvas.rs:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44#[derive(Default)]
45pub(crate) struct CanvasCaches {
46 pub(crate) static_layer: canvas::Cache,
47 pub(crate) overlay_layer: canvas::Cache,
48}
49
50pub(crate) fn draw(
51 renderer: &iced::Renderer,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected