MCPcopy Create free account
hub / github.com/17cupsofcoffee/nova / draw

Method draw

src/app.rs:19–19  ·  view source on GitHub ↗
(&mut self, _app: &mut App)

Source from the content-addressed store, hash-verified

17 fn event(&mut self, _app: &mut App, _event: Event) {}
18 fn update(&mut self, _app: &mut App) {}
19 fn draw(&mut self, _app: &mut App) {}
20}
21
22pub struct App {

Callers 1

runMethod · 0.45

Implementers 1

bunnymark.rsexamples/bunnymark.rs

Calls

no outgoing calls

Tested by

no test coverage detected