(&self)
| 154 | usage: surface_renderer_config.usage, |
| 155 | format: surface |
| 156 | .get_capabilities(&device_handle.adapter) |
| 157 | .formats |
| 158 | .into_iter() |
| 159 | .find(|it| surface_renderer_config.formats.contains(it)) |
| 160 | .ok_or(WgpuContextError::UnsupportedSurfaceFormat)?, |
| 161 | width: surface_renderer_config.width, |
nothing calls this directly
no outgoing calls
no test coverage detected