Turn vulkan back on because my linux partition needs it
This commit is contained in:
		
							parent
							
								
									7c9e9c7fa4
								
							
						
					
					
						commit
						756835f90e
					
				| 
						 | 
				
			
			@ -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