wgpu_test

Function initialize_adapter

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

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