Update Vulkan SDK download link so it's directly linked to the main download page

This commit is contained in:
Donald Whyte 2020-10-25 08:19:27 +00:00 committed by GitHub
parent 7521e8bac8
commit bd838505ec
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. 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://www.lunarg.com/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