-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
backend: vulkanIssues with VulkanIssues with Vulkantype: bugSomething isn't workingSomething isn't working
Description
The block at
wgpu/wgpu-hal/src/vulkan/instance.rs
Line 771 in 625afc3
| if cfg!(target_os = "linux") && has_nvidia_dgpu && self.shared.has_nv_optimus { |
So what is happening for every Nvidia hybrid user is:
- Intel GPU is blocked so it's impossible to select it
- Nvidia will never work either due to WL Vulkan apps are broken with PRIME NVIDIA/egl-wayland#72
- wgpu based apps just will not work (such as wgpu surface_configure fails (intel+nvidia hybrid laptop) lapce/floem#100 and all wgpu examples)
Given the above, this commit should be reverted, and be done before the next release of wgpu.
Related: #1215 (nvidia provides ways to force nvidia gpu selection)
Related: #1898 (the commit)
Metadata
Metadata
Assignees
Labels
backend: vulkanIssues with VulkanIssues with Vulkantype: bugSomething isn't workingSomething isn't working