Files
third_party_vulkan-loader/loader
xantares 6131cf2528 Loader shared lib: back to default cmake prefix
but it changed the import lib name (libvulkan.dll.a instead of libvulkan-1.dll.a) which in turns breaks cmake detection in FindVulkan
now we go back to using the default cmake prefix which is equivalent to what #595 wants, (prior to #523), but without the broken behavior

cc @Biswa96
2021-06-24 10:36:34 -06:00
..
2021-06-21 10:07:16 -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.