b7c4ff7407
When vulkan tries to load validation layers, it looks for JSON files in several directories, one of which is: <vulkan-loader>/etc/vulkan/explicit_layer.d It does *not* look in: <vulkan-loader>/share/vulkan/explicit_layer.d Yet that is where the install phase of the vulkan-loader default.nix places the files. Thus, I modified the install phase to place them in the etc location instead. |
||
---|---|---|
.. | ||
default.nix | ||
rev-file.patch |