mirror of
https://github.com/openharmony/third_party_vulkan-loader.git
synced 2026-07-19 17:13:36 -04:00
d2fa58d604
During SDK testing we identified that the runtime copyrights were out-of-date. The loader runtime includes two separate MIT copyrights, each attributed to a pair of source files, one initiated by Dave Gamble and one by joseph werle. I examined these files to discover that the last LunarG change to three out of the four was actually in 2017, not 2016. This date should be attributed to Khronos, Valve, and LunarG. By updating the copyright notice in these files, we ensure that the license registry remains up-to-date. Note that no real content changed (which is why the copyrights are not being updated to 2021).
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.