pub async fn initialize_adapter(
    adapter_index: usize,
    force_fxc: bool
) -> (Instance, Adapter, Option<SurfaceGuard>)
Expand description

Initialize a wgpu adapter, taking the nth adapter from the instance.