Files
third_party_vulkan-loader/loader
J.D. Rouan cc8e6bb52a loader: Do not return OOM when layer count is 0
An application program that overrides malloc with an implementation that
returns NULL for a zero-sized allocation will cause some loader and
trampoline functions to incorrectly return VK_ERROR_OUT_OF_HOST_MEMORY
if there are no layers on the system. This patch prevents these errors
by also checking the layer count.

Fixes: https://github.com/KhronosGroup/Vulkan-Loader/issues/543
2021-02-03 11:34:20 -07:00
..
2018-04-18 06:25:36 -06:00
2021-01-28 17:21:53 -07:00
2018-04-18 06:25:36 -06:00
2020-10-19 10:12:32 -06:00
2021-01-28 17:19:33 -07:00
2021-01-28 17:19:33 -07:00

Loader Specification and Interfaces

See LoaderAndLayerInterface.md for detailed documentation.

Building

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