(&self)
| 12885 | } |
| 12886 | |
| 12887 | pub fn physical_height(&self) -> u32 { |
| 12888 | self.surface_config.height |
| 12889 | } |
| 12890 | |
| 12891 | pub fn surface_format(&self) -> wgpu::TextureFormat { |
| 12892 | self.surface_config.format |
no outgoing calls
no test coverage detected