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

Method resize_surface

perro_source/render_stack/perro_app/src/lib.rs:797–800  ·  view source on GitHub ↗
(&mut self, width: u32, height: u32)

Source from the content-addressed store, hash-verified

795 #[cfg(feature = "profile_heavy")]
796 draw_material_refs_3d: draw_timing
797 .as_ref()
798 .map(|t| t.draw_material_refs_3d)
799 .unwrap_or(0),
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")]

Callers 2

resumedMethod · 0.80
window_eventMethod · 0.80

Calls 2

resizeMethod · 0.45
set_viewport_sizeMethod · 0.45

Tested by

no test coverage detected