blob: 0e764f1889afc39f8d226ec430f4a541940ddf74 [file] [log] [blame] [view] [edit]
# Dawn Device Allocator Control (experimental)
This feature allows `wgpu::DawnDeviceAllocatorControl` to be chained on `wgpu::DeviceDescriptor`. If
`wgpu::DawnDeviceAllocatorControl` is chained and `wgpu::FeatureName::DawnDeviceAllocatorControl` is
not in `requiredFeatures` then creating the device will fail with a validation error.
It is available in the Vulkan backend.