MCPcopy Create free account
hub / github.com/PerroEngine/Perro / set_elapsed_time

Method set_elapsed_time

perro_source/render_stack/perro_app/src/lib.rs:153–155  ·  view source on GitHub ↗
(&mut self, elapsed_time: f32)

Source from the content-addressed store, hash-verified

151}
152
153impl<B: GraphicsBackend> App<B> {
154 pub fn new(runtime: Runtime, graphics: B) -> Self {
155 Self {
156 runtime,
157 graphics,
158 command_buffer: Vec::new(),

Callers 1

step_frameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected