diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2017-03-14 00:04:19 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:58:30 +0700 |
commit | 4c172cbde73f43d115a0fb3116f9b2d1b23e5962 (patch) | |
tree | e7b7f2d974982b24d1e50408f764cc2fefe90501 /graphics/vulkansdk/README | |
parent | c486b07fd6f1b9cfd2c56f7d0fc667a03a4855d9 (diff) | |
download | slackbuilds-4c172cbde73f43d115a0fb3116f9b2d1b23e5962.tar.gz |
graphics/vulkansdk: Added (Vulkan SDK).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/vulkansdk/README')
-rw-r--r-- | graphics/vulkansdk/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/vulkansdk/README b/graphics/vulkansdk/README new file mode 100644 index 0000000000..14e1886dc4 --- /dev/null +++ b/graphics/vulkansdk/README @@ -0,0 +1,15 @@ +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. |