commit 0ba511aeb3d672a952d08c35bf83f9d5654e7a47
parent 5df6048ead9fb1d9a1e5bd47df8f79f269c19496
Author: Joe Hermaszewski <git@monoid.al>
Date: Sat, 7 Apr 2018 16:02:18 +0800
Add mesa-vulkan-drivers step to readme
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -133,6 +133,8 @@ OpenGL version string: 4.6.0 NVIDIA 390.25
Another example (on an XPS 9560 with the Intel GPU selected):
```bash
+$ sudo apt install mesa-vulkan-drivers
+...
$ nixVulkanIntel $(nix-build '<nixpkgs>' --no-out-link -A vulkan-loader)/bin/vulkaninfo | grep VkPhysicalDeviceProperties -A 7
VkPhysicalDeviceProperties:
===========================