summaryrefslogtreecommitdiffstats
path: root/graphics/vulkansdk/README
diff options
context:
space:
mode:
author Matteo Bernardini2019-04-16 20:05:41 +0200
committer Matteo Bernardini2019-04-16 20:05:41 +0200
commit9ebc325833e858b4295322e10edda22b6b78ac27 (patch)
tree90dc75fdc9044943dfd98b4e15a2edee6adddb42 /graphics/vulkansdk/README
parent2a650741141e819af2ecf2c4da75502b0a18d799 (diff)
downloadslackbuilds-current-20190416.1.tar.gz
20190416.1 global branch merge.current-20190416.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/vulkansdk/README')
-rw-r--r--graphics/vulkansdk/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/vulkansdk/README b/graphics/vulkansdk/README
deleted file mode 100644
index 14e1886dc4..0000000000
--- a/graphics/vulkansdk/README
+++ /dev/null
@@ -1,15 +0,0 @@
-The Vulkan SDK provides the development and runtime components
-required to build, run and debug Vulkan applications. This SDK is
-based on the Vulkan API header. The SDK also includes certain Vulkan
-extensions for window system integration and debug extensions.
-
-The Vulkan API is a low overhead, explicit, cross-platform graphics
-API that provides applications with direct control over the GPU,
-maximizing performance.
-
-The SDK does not include a Vulkan driver. Please contact your
-CPU hardware vendor for a Vulkan Installable Client Driver (ICD).
-This SDK will allow you to build Vulkan applications but you will
-need a Vulkan driver (ICD) to execute them.
-
-The SDK is only supported on x86_64 systems.