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

Method frame

perro_source/render_stack/perro_app/src/lib.rs:802–806  ·  view source on GitHub ↗
(&mut self, delta_time: f32)

Source from the content-addressed store, hash-verified

800 #[cfg(feature = "profile_heavy")]
801 skip_prepare_2d: draw_timing.as_ref().map(|t| t.skip_prepare_2d).unwrap_or(0),
802 skip_render_3d: draw_timing.as_ref().map(|t| t.skip_render_3d).unwrap_or(0),
803 #[cfg(feature = "profile_heavy")]
804 skip_prepare_3d: draw_timing.as_ref().map(|t| t.skip_prepare_3d).unwrap_or(0),
805 #[cfg(feature = "profile_heavy")]
806 skip_prepare_particles_3d: draw_timing
807 .as_ref()
808 .map(|t| t.skip_prepare_particles_3d)
809 .unwrap_or(0),

Callers

nothing calls this directly

Calls 3

update_runtimeMethod · 0.80
presentMethod · 0.80

Tested by

no test coverage detected