Files
third_party_vulkan-loader/loader
Charles Giessen 1dbe2ea63f Make portability drivers not load by default
Unless the portability enumeration extension is enabled and the create instance flags
contain VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHR, do not enumerate drivers that
contain `is_portability_driver` in their JSON Manifest. This is phase 2 of the release
for the VK_KHR_portability_enumeration extension.

An error message will be printed when no drivers were reported but there was a
portability driver which was skipped over.
2022-05-04 15:40:27 -06:00
..
2022-04-21 10:26:19 -07:00
2021-09-09 11:28:56 -06:00
2022-04-04 19:17:07 -06:00
2022-02-09 13:19:48 -07:00
2021-09-09 11:28:56 -06:00
2021-10-15 13:42:00 -06:00
2022-04-04 19:17:07 -06:00
2021-11-29 16:56:17 -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.