summaryrefslogtreecommitdiffstats
path: root/graphics/vulkan-sdk/README
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/vulkan-sdk/README')
-rw-r--r--graphics/vulkan-sdk/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/vulkan-sdk/README b/graphics/vulkan-sdk/README
deleted file mode 100644
index 0796ec1f1a..0000000000
--- a/graphics/vulkan-sdk/README
+++ /dev/null
@@ -1,11 +0,0 @@
-Vulkan supports multiple GPUs and multiple global contexts (VkInstance).
-The ICD loader is necessary to support multiple GPUs and the VkInstance
-level Vulkan commands. Additionally, the loader manages inserting Vulkan
-layer libraries, including validation layers between the application and
-the ICD.
-
-qt5 is an optional dependency for vkconfig.
-
-This will not provide a vulkan driver which must be acquired elsewhere.
-
-This SlackBuild will compile vulkan-sdk from source.