mirror of
https://github.com/openharmony/third_party_vulkan-loader.git
synced 2026-07-19 17:13:36 -04:00
70fecadb5a
Loader previously emitted WARN level log messages for unknown function names. This isn't wrong behavior and is mainly useful to loader developers. Many layers and applications try to load all function pointers they know about, so this code path is well travelled. Change-Id: Ia3e4b47eddb36bd02bcbab8452e5a96d03f75bd3
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.