Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/Vulkan-Loader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/LoaderInterfaceArchitecture.md')
-rw-r--r--docs/LoaderInterfaceArchitecture.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/LoaderInterfaceArchitecture.md b/docs/LoaderInterfaceArchitecture.md
index 357be1b94..a2cc63580 100644
--- a/docs/LoaderInterfaceArchitecture.md
+++ b/docs/LoaderInterfaceArchitecture.md
@@ -772,7 +772,7 @@ discovery.
</small></td>
<td><small>
This functionality is only available with Loaders built with version
- 1.3.yyyy of the Vulkan headers and later.<br/>
+ 1.3.234 of the Vulkan headers and later.<br/>
If no drivers are found with a manifest filename that matches any of the
provided globs, then no driver is enabled and it <b>may</b> result
in Vulkan applications failing to run properly.
@@ -803,7 +803,7 @@ discovery.
</small></td>
<td><small>
This functionality is only available with Loaders built with version
- 1.3.yyyy of the Vulkan headers and later.<br/>
+ 1.3.234 of the Vulkan headers and later.<br/>
If all available drivers are disabled using this environment variable,
then no drivers will be found by the loader and <b>will</b> result
in Vulkan applications failing to run properly.<br/>
@@ -839,7 +839,7 @@ discovery.
</small></td>
<td><small>
This functionality is only available with Loaders built with version
- 1.3.yyyy of the Vulkan headers and later.
+ 1.3.234 of the Vulkan headers and later.
</small></td>
<td><small>
export<br/>
@@ -866,7 +866,7 @@ discovery.
</small></td>
<td><small>
This functionality is only available with Loaders built with version
- 1.3.yyyy of the Vulkan headers and later.<br/>
+ 1.3.234 of the Vulkan headers and later.<br/>
Disabling a layer that an application intentionally enables as an
explicit layer <b>may</b> cause the application to not function
properly.<br/>