diff options
author | Hunter Sezen <orbea@riseup.net> | 2019-05-04 02:42:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-04 02:42:51 +0700 |
commit | 8cfb813ee0ec94505dfa9eb6237c90d6db13a747 (patch) | |
tree | 4132e13e943bd24abd1aac3893130934badccfd3 /graphics/vulkan-sdk/README | |
parent | 7f5bccb21f7b2139d8197d65d771747f7df34a31 (diff) | |
download | slackbuilds-8cfb813ee0ec94505dfa9eb6237c90d6db13a747.tar.gz |
graphics/vulkan-sdk: Added (Vulkan).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/vulkan-sdk/README')
-rw-r--r-- | graphics/vulkan-sdk/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/vulkan-sdk/README b/graphics/vulkan-sdk/README new file mode 100644 index 0000000000..3226fd36df --- /dev/null +++ b/graphics/vulkan-sdk/README @@ -0,0 +1,9 @@ +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. |