Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update wgpu to a commit that fixes use on Nvidia drivers
This can be tested with something like `VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/nvidia_icd.json cargo run -p tour --features iced/wgpu`. On Nvidia I'm seeing a flood of `Suboptimal present of frame` warnings. So some improvement may still be needed here. But if it doesn't regress behavior on other hardware, that seems like an improvement over freezing.
- Loading branch information