Files
third_party_vulkan-loader/loader
Charles Giessen d1261df41b loader: Silence wrong ELF class errors
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
2021-04-22 16:25:44 -06:00
..
2021-04-20 09:45:05 -07:00
2018-04-18 06:25:36 -06:00
2021-01-28 17:21:53 -07:00
2021-04-06 14:52:51 -06:00
2018-04-18 06:25:36 -06:00
2021-04-06 14:52:51 -06:00
2021-04-06 14:52:51 -06: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.