diff options
author | orbea <orbea@riseup.net> | 2020-11-02 22:58:32 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-07 14:02:42 +0700 |
commit | 2d13b07c53f5b4730223fc0cc2abef914454590b (patch) | |
tree | 5fab3a7112f7d1e46618a9daedc66a8250ed278a /graphics/vulkan-sdk/README | |
parent | c5603e39e1b0497e48483b541261adaf2ae50eda (diff) |
graphics/vulkan-sdk: Update script.
This better matches the upstream vulkan-sdk packages.
* Include VulkanTools from LunarG instead of Vulkan-Tools from KhronosGroup.
* Vulkan-Headers and Vulkan-Tools split into their own packages.
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/vulkan-sdk/README')
-rw-r--r-- | graphics/vulkan-sdk/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/vulkan-sdk/README b/graphics/vulkan-sdk/README index 3226fd36df7db..0796ec1f1a95c 100644 --- a/graphics/vulkan-sdk/README +++ b/graphics/vulkan-sdk/README @@ -4,6 +4,8 @@ level Vulkan commands. Additionally, the loader manages inserting Vulkan layer libraries, including validation layers between the application and the ICD. +qt5 is an optional dependency for vkconfig. + This will not provide a vulkan driver which must be acquired elsewhere. This SlackBuild will compile vulkan-sdk from source. |