rewrite it in rust #1
|
@ -44,7 +44,7 @@ struct AppWindow {
|
|||
impl AppWindow {
|
||||
fn setup_gpu(event_loop: &ActiveEventLoop, client: &EmulatorClient) -> Self {
|
||||
let instance = wgpu::Instance::new(wgpu::InstanceDescriptor {
|
||||
backends: wgpu::Backends::PRIMARY.difference(wgpu::Backends::VULKAN),
|
||||
backends: wgpu::Backends::PRIMARY,
|
||||
..Default::default()
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue