(&self)
| 12874 | } |
| 12875 | |
| 12876 | pub fn height(&self) -> u32 { |
| 12877 | self.logical_height |
| 12878 | } |
| 12879 | |
| 12880 | /// Physical pixel dimensions of the swapchain and post-process |
| 12881 | /// render targets. Always equal to `width`/`height` on non-HiDPI |
no outgoing calls
no test coverage detected