aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pinedo <david@lunarg.com>2015-12-07 17:49:43 -0700
committerDavid Pinedo <david@lunarg.com>2015-12-07 17:54:37 -0700
commit3c2294a2eab884bf1cace787092025de949c1d8d (patch)
treec301828dd3a95c9eba2515a1838b4dc48f60e54c
parent8e8b0422ce9253042835adaa7de429cb4a3d73f5 (diff)
downloadusermoji-3c2294a2eab884bf1cace787092025de949c1d8d.tar.xz
Loader doc: Modifed WindowsICDs.txt
-rw-r--r--loader/WindowsICDs.txt12
1 files changed, 5 insertions, 7 deletions
diff --git a/loader/WindowsICDs.txt b/loader/WindowsICDs.txt
index f49bd5cb..bfc82871 100644
--- a/loader/WindowsICDs.txt
+++ b/loader/WindowsICDs.txt
@@ -15,12 +15,10 @@ values in the following Windows registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Khronos\Vulkan\Drivers
For each value in this key which has DWORD data set to 0, the loader opens the
-text information file (a.k.a. "manifest file"), that uses a JSON format (NOTE:
-The JSON in this version of the specification is for illustration purposes, and
-isn't completely valid yet), specified by the name of the value. Each name
-must be a full pathname to the text info file. The Vulkan loader will open
-each info file to obtain the name or pathname of an ICD shared library (".dll")
-file. For example:
+JSON format text information file (a.k.a. "manifest file") specified by the
+name of the value. Each name must be a full pathname to the text info file.
+The Vulkan loader will open each info file to obtain the name or pathname of
+an ICD shared library (".dll") file. For example:
{
"file_format_version": "1.0.0",
@@ -123,7 +121,7 @@ so their info files contain more information than ICD info files. For example,
a layer shared library file may contain multiple layers/extensions (perhaps
even an ICD).
-In order to find properly-installed ICDs, the Vulkan loader will scan the
+In order to find properly-installed layers, the Vulkan loader will scan the
values in the following Windows registry keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Khronos\Vulkan\ExplicitLayers