Files
third_party_vulkan-loader/loader
Charles Giessen 70fecadb5a loader: Emit DEBUG for unknown function names
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
2021-05-04 16:48:39 -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

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.