Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions docs/LoaderInterfaceArchitecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -888,9 +888,7 @@ discovery.
Known layers are those which are found by the loader taking into account
default search paths and other environment variables
(like <i>VK_LAYER_PATH</i>).
<br/>
This has replaced the older deprecated environment variable
<i>VK_INSTANCE_LAYERS</i>
</i>
</small></td>
<td><small>
This functionality is only available with Loaders built with version
Expand Down Expand Up @@ -1045,8 +1043,7 @@ may be removed in a future loader release.
<i>ppEnabledLayerNames</i>.
</small></td>
<td><small>
This has been deprecated by <i>VK_LOADER_LAYERS_ENABLE</i>.
It also overrides any layers disabled with
It overrides any layers disabled with
<i>VK_LOADER_LAYERS_DISABLE</i>.
</small></td>
<td><small>
Expand Down
2 changes: 1 addition & 1 deletion docs/LoaderLayerInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ i.e. they do not require any external context to be enabled, will be enabled.

##### `VK_INSTANCE_LAYERS`

The original `VK_INSTANCE_LAYERS` can be viewed as a special case of the new
The original `VK_INSTANCE_LAYERS` can be viewed as a special case of
`VK_LOADER_LAYERS_ENABLE`.
Because of this, any layers enabled via `VK_INSTANCE_LAYERS` will be treated the
same as layers enabled with `VK_LOADER_LAYERS_ENABLE` and will therefore
Expand Down
Binary file modified docs/images/loader_layer_order.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/loader_layer_order_calls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
200 changes: 106 additions & 94 deletions docs/images/svgs/loader_layer_order.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading