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

Class App

examples/player/src/main.rs:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16};
17
18struct App {
19 render_state: RenderState,
20 scene: Scene,
21 width: u32,
22 height: u32,
23}
24
25type VelloCpuSBWindowRenderer = SoftbufferWindowRenderer<VelloCpuImageRenderer>;
26type VelloCpuWindowRenderer = PixelsWindowRenderer<VelloCpuImageRenderer>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected