summaryrefslogtreecommitdiffstats
path: root/graphics/vulkan-sdk/README
diff options
context:
space:
mode:
author Matteo Bernardini2020-04-24 13:43:20 +0200
committer Matteo Bernardini2020-04-24 13:43:20 +0200
commit5002997e7b6f27fdd45f06fe15586c71d5620e31 (patch)
tree5ebef2795dc0c1e0d1ebd0ee910fc7eb5a57273c /graphics/vulkan-sdk/README
parent19d21e0644ebff62d23b90dadba1e3409a56589d (diff)
downloadslackbuilds-5002997e7b6f27fdd45f06fe15586c71d5620e31.tar.gz
20200424.1 global branch merge.current-20200424.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/vulkan-sdk/README')
-rw-r--r--graphics/vulkan-sdk/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/vulkan-sdk/README b/graphics/vulkan-sdk/README
deleted file mode 100644
index 3226fd36df..0000000000
--- a/graphics/vulkan-sdk/README
+++ /dev/null
@@ -1,9 +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.
-
-This will not provide a vulkan driver which must be acquired elsewhere.
-
-This SlackBuild will compile vulkan-sdk from source.