(&self)
| 12889 | } |
| 12890 | |
| 12891 | pub fn surface_format(&self) -> wgpu::TextureFormat { |
| 12892 | self.surface_config.format |
| 12893 | } |
| 12894 | |
| 12895 | /// Capture the current framebuffer as RGBA pixels. |
| 12896 | /// Returns (width, height, rgba_data). Call after end_frame. |
no outgoing calls
no test coverage detected