mirror of
https://github.com/openharmony/third_party_vulkan-loader.git
synced 2026-07-18 16:14:33 -04:00
ef57449c9a
We've encountered situations where a layer removes physical devices from the list which can cause issues on some systems if it's done incorrectly. For now, simply throw a warning if the loader determines that a layer has removed devices. NOTE: In the long-run, I think we should define a policy which states that layers can re-order devices, but not add or remove. If a layer wants to add, it should become an ICD.
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.