Files
third_party_vulkan-loader/loader
Charles Giessen c129609717 Fix crashes from OOM in vkDestroyInstance
Various situations could cause an OOM to turn into a hard crash due to double freeing
of memory that was improperly cleaned up. Also fixed memory leaks when layers would
report OOM.
2022-05-27 17:25:52 -06:00
..
2022-05-24 11:41:56 -06:00
2021-09-09 11:28:56 -06:00
2022-05-24 14:18:26 -06:00
2022-05-24 14:18:26 -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-05-24 14:18:26 -06: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.