Files
third_party_vulkan-loader/loader
Mark Young 759d5b4c94 Add "additive" environment variables
Add "additive" environment variables for adding additional layer
paths or driver JSON files instead of replacing default ones.

Also, rename VK_ICD_FILENAMES to VK_DRIVER_FILES since we're trying
to remove references to ICDs because software driver implementations
of Vulkan aren't ICDs (but continue to support the old name as well).

Added documentation around these changes to reflect the new name and
the new variables.
2022-03-04 15:38:46 -07:00
..
2022-02-18 10:04:25 -08:00
2021-09-09 11:28:56 -06:00
2022-02-08 12:04:02 -07:00
2022-02-09 13:19:48 -07:00
2022-03-04 15:38:46 -07:00
2022-03-04 15:38:46 -07:00
2022-02-09 13:19:48 -07:00
2022-02-09 13:19:48 -07:00
2021-09-09 11:28:56 -06:00
2021-09-09 11:28:56 -06:00
2021-10-15 13:42:00 -06:00
2021-11-29 16:56:17 -07:00
2022-02-28 22:58:54 -07:00
2022-01-25 19:33:49 -07:00

Loader Specification and Interfaces

See the LoaderInterfaceArchitecture.md for detailed documentation.

Building

Builds for Linux, Windows, and MacOS are supported via CMake. See top level BUILD.md file.