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/slack-desc | |
parent | 7f5bccb21f7b2139d8197d65d771747f7df34a31 (diff) |
graphics/vulkan-sdk: Added (Vulkan).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/vulkan-sdk/slack-desc')
-rw-r--r-- | graphics/vulkan-sdk/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/vulkan-sdk/slack-desc b/graphics/vulkan-sdk/slack-desc new file mode 100644 index 0000000000000..1d3eec170b0be --- /dev/null +++ b/graphics/vulkan-sdk/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +vulkan-sdk: vulkan-sdk (Vulkan ICD Loader and Validation Layers) +vulkan-sdk: +vulkan-sdk: Vulkan supports multiple GPUs and multiple global contexts +vulkan-sdk: (VkInstance). The ICD loader is necessary to support multiple GPUs +vulkan-sdk: and the VkInstance level Vulkan commands. Additionally, the loader +vulkan-sdk: manages inserting Vulkan layer libraries, including validation layers +vulkan-sdk: between the application and the ICD. +vulkan-sdk: +vulkan-sdk: Homepage: https://www.khronos.org/vulkan/ +vulkan-sdk: +vulkan-sdk: |