mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
8cfb813ee0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
427 B
Text
9 lines
427 B
Text
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.
|