diff options
Diffstat (limited to 'graphics/vulkan-sdk-bin/README')
-rw-r--r-- | graphics/vulkan-sdk-bin/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/vulkan-sdk-bin/README b/graphics/vulkan-sdk-bin/README new file mode 100644 index 0000000000..d7f13138da --- /dev/null +++ b/graphics/vulkan-sdk-bin/README @@ -0,0 +1,17 @@ +This packages the Vulkan SDK binaries for Slackware. + +The Vulkan SDK provides the development and runtime components +required to build, run and debug Vulkan applications. This SDK is +based on the Vulkan API header. The SDK also includes certain Vulkan +extensions for window system integration and debug extensions. + +The Vulkan API is a low overhead, explicit, cross-platform graphics +API that provides applications with direct control over the GPU, +maximizing performance. + +The SDK does not include a Vulkan driver. Please contact your +CPU hardware vendor for a Vulkan Installable Client Driver (ICD). +This SDK will allow you to build Vulkan applications but you will +need a Vulkan driver (ICD) to execute them. + +The SDK is only supported on x86_64 systems. |