MCPcopy Create free account
hub / github.com/DioxusLabs/anyrender / reset

Method reset

crates/anyrender/src/null_backend.rs:74–74  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

72 fn resize(&mut self, _width: u32, _height: u32) {}
73
74 fn reset(&mut self) {}
75
76 fn render_to_vec<F: FnOnce(&mut Self::ScenePainter<'_>)>(
77 &mut self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected