From 975a47e87d9124ba9c5d56888a7bb6880ecfbb6b Mon Sep 17 00:00:00 2001 From: Peter Gal Date: Fri, 7 Aug 2015 13:38:58 +0200 Subject: Update ICD links in BUILD.md. Update the ICD loader configuration links in the BUILD.md to point to the master branch. --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index d9ec7b9b..ecb76c2d 100644 --- a/BUILD.md +++ b/BUILD.md @@ -75,7 +75,7 @@ make To run VK programs you must tell the icd loader where to find the libraries. This is described in a specification in the Khronos documentation Git repository. See the file: -https://gitlab.khronos.org/vulkan/vulkan/blob/lunarg-sdk-0.2/ecosystem/LinuxICDs.txt +https://gitlab.khronos.org/vulkan/vulkan/blob/master/ecosystem/LinuxICDs.txt This specification describes both how ICDs and layers should be properly packaged, and how developers can point to ICDs and layers within their builds. @@ -181,7 +181,7 @@ VK programs must be able to find and use the VK.dll libary. Make sure it is eith To run VK programs you must tell the icd loader where to find the libraries. This is described in a specification in the Khronos documentation Git repository. See the file: -https://gitlab.khronos.org/vulkan/vulkan/blob/lunarg-sdk-0.2/ecosystem/WindowsICDs.txt +https://gitlab.khronos.org/vulkan/vulkan/blob/master/ecosystem/WindowsICDs.txt This specification describes both how ICDs and layers should be properly packaged, and how developers can point to ICDs and layers within their builds. -- cgit v1.2.3