zahash 3 months ago committed by GitHub
commit 3af140be69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -59,11 +59,7 @@ impl State {
let size = window.inner_size();
// The instance is a handle to our GPU
// Backends::all => Vulkan + Metal + DX12 + Browser WebGPU
let instance = wgpu::Instance::new(wgpu::InstanceDescriptor {
backends: wgpu::Backends::all(),
..Default::default()
});
let instance = wgpu::Instance::default();
// # Safety
//

Loading…
Cancel
Save