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

Method new

src/plot_renderer/shader.rs:138–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136}
137
138/// Cache for render pipelines
139struct PipelineCache {
140 marker: Option<RenderPipeline>,
141 line: Option<RenderPipeline>,
142 fill: Option<RenderPipeline>,
143 overlay: Option<RenderPipeline>,
144 line_overlay: Option<RenderPipeline>,
145 composite: Option<RenderPipeline>,
146}
147
148impl PipelineCache {
149 fn new() -> Self {
150 Self {

Callers

nothing calls this directly

Calls 1

newFunction · 0.50

Tested by

no test coverage detected