Physical pixel dimensions of the swapchain and post-process render targets. Always equal to `width`/`height` on non-HiDPI platforms; `logical * scale_factor` on Retina/Web.
(&self)
| 12881 | /// render targets. Always equal to `width`/`height` on non-HiDPI |
| 12882 | /// platforms; `logical * scale_factor` on Retina/Web. |
| 12883 | pub fn physical_width(&self) -> u32 { |
| 12884 | self.surface_config.width |
| 12885 | } |
| 12886 | |
| 12887 | pub fn physical_height(&self) -> u32 { |
| 12888 | self.surface_config.height |
no outgoing calls
no test coverage detected