Merge pull request #79 from DonaldWhyte/patch-1

Add link to official Vulkan website to download the SDK
This commit is contained in:
Alejandro Saucedo 2020-10-25 08:20:31 +00:00 committed by GitHub
commit fe8094b597
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -326,7 +326,7 @@ Given Kompute is expected to be used across a broad range of architectures and h
#### Required dependencies
The only required dependency in the build is Vulkan (vulkan.h and vulkan.hpp which are both part of the Vulkan SDK).
The only required dependency in the build is Vulkan. More specifically, the header files vulkan.h and vulkan.hpp, which are both part of the Vulkan SDK. If you haven't installed the Vulkan SDK yet, you can [download it here](https://vulkan.lunarg.com/).
#### Optional dependencies