MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / begin_frame

Method begin_frame

src/renderer/default.rs:27–29  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

25 }
26
27 pub fn begin_frame(&mut self) {
28 self.frame_count += 1;
29 }
30
31 pub fn end_frame(&mut self) {}
32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected