Functions§
- initialize_
adapter_ from_ env wgpu_core
Initialize the adapter obeying theWGPU_ADAPTER_NAME
environment variable. - Initialize the adapter obeying the
WGPU_ADAPTER_NAME
environment variable and if it doesn’t exist fall back on a default adapter. - Determines whether the
Backends::BROWSER_WEBGPU
backend is supported. - Create an new instance of wgpu, but disabling
Backends::BROWSER_WEBGPU
if no WebGPU support was detected.