Files
third_party_vulkan-loader/loader
Mark Young ef57449c9a Report a warning if the number of GPUs doesn't match
We've encountered situations where a layer removes physical devices
from the list which can cause issues on some systems if it's done
incorrectly.  For now, simply throw a warning if the loader determines
that a layer has removed devices.

NOTE: In the long-run, I think we should define a policy which states
that layers can re-order devices, but not add or remove.  If a layer
wants to add, it should become an ICD.
2021-07-08 08:48:19 -06:00
..
2021-07-06 14:00:46 -06:00
2021-01-28 17:21:53 -07: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.