commit ab5c39d32e54d1fe631cc6f4095e3ee14c9a9d15 parent e7039bfb2c250f2259955901753562d170d6ea14 Author: Yilin Wei <yilin.wei10@gmail.com> Date: Sun, 19 Jul 2020 18:30:37 +0100 Update README.md vulkan-loader doesn't have vulkaninfo Diffstat:
| M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -101,7 +101,7 @@ After installing `nixVulkanIntel`. ```bash $ sudo apt install mesa-vulkan-drivers ... -$ nixVulkanIntel $(nix-build '<nixpkgs>' --no-out-link -A vulkan-loader)/bin/vulkaninfo | grep VkPhysicalDeviceProperties -A 7 +$ nixVulkanIntel $(nix-build '<nixpkgs>' --no-out-link -A vulkan-tools)/bin/vulkaninfo | grep VkPhysicalDeviceProperties -A 7 VkPhysicalDeviceProperties: =========================== apiVersion = 0x400036 (1.0.54)