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

Class LineBuffer

src/plot_renderer/shader.rs:95–98  ·  view source on GitHub ↗

Helper struct for managing line vertex buffers

Source from the content-addressed store, hash-verified

93#[derive(Default, Clone)]
94struct LineSegment {
95 first_vertex: u32,
96 vertex_count: u32,
97}
98
99/// Helper struct for managing vertex buffers
100struct VertexBuffer {
101 buffer: Buffer,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected