mirror of
https://github.com/openharmony/third_party_vulkan-loader.git
synced 2026-07-20 01:25:05 -04:00
d1261df41b
Currently the loader does not distinguish between 32 and 64 bit ELF class files. This causes `dlopen` to fail but is expected because the different ELF class libraries are located in the same directory. We can safely ignore this error. If encountered, we will report it with the INFO logging level. Change-Id: Icb8e5351208f8a413a29ea9c457bc3fdac7de292
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.