pub async fn initialize_adapter(
    adapter_report: Option<&AdapterReport>,
    force_fxc: bool
) -> (Instance, Adapter, Option<SurfaceGuard>)
Expand description

Initialize a wgpu adapter, using the given adapter report to match the adapter.