nixpkgs/pkgs/development/libraries/vulkan-loader
Matthew Stewart b7c4ff7407 vulkan-loader: Fix validation layers.
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.
2018-06-23 17:03:08 -04:00
..
default.nix vulkan-loader: Fix validation layers. 2018-06-23 17:03:08 -04:00
rev-file.patch vulkan-loader: 1.0.61.1 -> 1.1.70.0 2018-03-22 21:41:04 -07:00