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

Class Graphics

src/graphics.rs:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41#[derive(Clone)]
42pub struct Graphics {
43 state: Rc<State>,
44}
45
46impl Graphics {
47 pub fn new(window: &mut Window) -> Graphics {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected