aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Gal <pgal.u-szeged@partner.samsung.com>2015-08-07 13:38:58 +0200
committerPeter Gal <pgal.u-szeged@partner.samsung.com>2015-08-07 14:06:39 +0200
commit975a47e87d9124ba9c5d56888a7bb6880ecfbb6b (patch)
tree49313ceb41a8e4278c6cf58a42dce17099c18513
parent13ed32208e89b0fdad61819600724d1fc1d5fbe3 (diff)
downloadusermoji-975a47e87d9124ba9c5d56888a7bb6880ecfbb6b.tar.xz
Update ICD links in BUILD.md.
Update the ICD loader configuration links in the BUILD.md to point to the master branch.
-rw-r--r--BUILD.md4
1 files 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.