Skip to content

Commit

Permalink
enable all backends on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl4rry committed Apr 17, 2024
1 parent d541333 commit 7fd73c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl<'a> WindowHandler<'a> {
} else if cfg!(macos) {
wgpu::Backends::PRIMARY
} else {
wgpu::Backends::PRIMARY | wgpu::Backends::SECONDARY
wgpu::Backends::ALL
};

if let Ok(gpu_backend) = env::var("SIMP_GPU_BACKEND") {
Expand Down

0 comments on commit 7fd73c2

Please sign in to comment.