Commit 5c5cfd4
committed
Allow VK_INSTANCE_LAYERS to order implicit layers
Implicit layers previously were always loaded closest to the application regardless of
whether they appeared in any environment variables. This commit allows users to order
implicit layers using VK_INSTANCE_LAYERS, so that if a user has put an implicit layer in
that environment variable, that layer will be loaded respecting its order relative to other
layers in the env-var. If VK_INSTANCE_LAYERS contains just a single implicit layer, this
will cause that implicit layer to be loaded after all other implicit layers, and before any
app-enabled layers.
This commit also updates the documentation to reflect the un-deprecated nature of
VK_INSTANCE_LAYERS as well as other fixes related to this change.1 parent e753770 commit 5c5cfd4
File tree
10 files changed
+308
-381
lines changed- docs
- images
- svgs
- loader
- tests
10 files changed
+308
-381
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
888 | 888 | | |
889 | 889 | | |
890 | 890 | | |
891 | | - | |
892 | | - | |
893 | | - | |
| 891 | + | |
894 | 892 | | |
895 | 893 | | |
896 | 894 | | |
| |||
1045 | 1043 | | |
1046 | 1044 | | |
1047 | 1045 | | |
1048 | | - | |
1049 | | - | |
| 1046 | + | |
1050 | 1047 | | |
1051 | 1048 | | |
1052 | 1049 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | | - | |
| 566 | + | |
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
| |||
Loading
Loading
Loading
0 commit comments