Function wgpu::util::instance_descriptor_from_env
source · pub fn instance_descriptor_from_env() -> InstanceDescriptor
Expand description
Get an instance descriptor from the following environment variables:
- WGPU_BACKEND
- WGPU_DEBUG
- WGPU_VALIDATION
- WGPU_DX12_COMPILER
- WGPU_GLES_MINOR_VERSION
If variables are missing, falls back to default or build config values