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

Method default

src/picking.rs:347–360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345
346impl Default for PickingPass {
347 fn default() -> Self {
348 Self {
349 pick_texture: None,
350 pick_view: None,
351 size_w: 0,
352 size_h: 0,
353 scale_factor: 1.0,
354 pipeline: None,
355 staging: None,
356 staging_size: 0,
357 id_map: Vec::new(),
358 pending: None,
359 }
360 }
361}
362
363impl PickingPass {

Callers

nothing calls this directly

Calls 1

newFunction · 0.50

Tested by

no test coverage detected