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

Class BufferCache

src/plot_renderer/shader.rs:161–170  ·  view source on GitHub ↗

Cache for vertex buffers

Source from the content-addressed store, hash-verified

159}
160
161struct MsaaTargets {
162 width: u32,
163 height: u32,
164 _msaa_texture: Texture,
165 msaa_view: TextureView,
166 _resolved_texture: Texture,
167 resolved_view: TextureView,
168 composite_bind_group: BindGroup,
169}
170
171/// Cache for vertex buffers
172struct BufferCache {
173 markers: Option<VertexBuffer>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected