Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
google-chrome: replace bundled libvulkan.so.1 with vulkan-loader's
When Chrome run by `google-chrome-stable --use-vulkan --enable-features=Vulkan` without this, it fails to create vk instance giving the below log: [216457:216457:1003/211719.770352:ERROR:vulkan_instance.cc(112)] Failed to load 'libvulkan.so.1': libvulkan.so.1: cannot open shared object file: No such file or directory [216457:216457:1003/211719.770434:ERROR:gpu_init.cc(1209)] Failed to create and initialize Vulkan implementation. Closes NixOS#346197 Signed-off-by: John Titor <[email protected]> (cherry picked from commit cd0a0da)
- Loading branch information