(&mut self, width: u32, height: u32)
| 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")] |
no test coverage detected