mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
2d13b07c53
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> |
||
---|---|---|
.. | ||
README | ||
slack-desc | ||
vulkan-loader-cmake.patch | ||
vulkan-sdk.info | ||
vulkan-sdk.SlackBuild | ||
vulkan-validationlayers-cmake.patch | ||
vulkan-validationlayers-support.patch | ||
vulkantools-support.patch |
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. 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.