mirror of
https://github.com/openharmony/third_party_vulkan-loader.git
synced 2026-07-19 17:13:36 -04:00
db4ba5f086
If the json manifest file was too large, the loader would do a stack allocation that would fail, throwing an exception or creating undefined behavior. This changes to a heap allocation.
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.