pub async fn request_adapter() -> WebGpuResult<Adapter>Expand description
Request a WebGPU adapter from the browser.
On wasm32 this goes through the browser’s navigator.gpu API via the
wgpu web-sys backend.
pub async fn request_adapter() -> WebGpuResult<Adapter>Request a WebGPU adapter from the browser.
On wasm32 this goes through the browser’s navigator.gpu API via the
wgpu web-sys backend.