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

Class PipelineCache

src/plot_renderer/shader.rs:128–135  ·  view source on GitHub ↗

Cache for render pipelines

Source from the content-addressed store, hash-verified

126struct LineRenderStyle {
127 width: Size,
128 line_style: u32,
129 style_param: f32,
130}
131
132struct PolylineRef<'a> {
133 positions: &'a [[f32; 2]],
134 distances: &'a [f32],
135 colors: &'a [iced::Color],
136}
137
138/// Cache for render pipelines

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected