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

Class LineSegment

src/plot_renderer/shader.rs:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81fn target_attachment(target: &TextureView) -> RenderPassColorAttachment<'_> {
82 RenderPassColorAttachment {
83 view: target,
84 resolve_target: None,
85 ops: Operations {
86 load: LoadOp::Load,
87 store: StoreOp::Store,
88 },
89 depth_slice: None,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected