Type Definition wgpu::DeviceDescriptor
source · pub type DeviceDescriptor<'a> = DeviceDescriptor<Label<'a>>;Expand description
Describes a Device.
For use with Adapter::request_device.
Corresponds to WebGPU GPUDeviceDescriptor.