Files
third_party_vulkan-loader/loader
Charles Giessen b3f75f39b0 loader: silence fread unused result
fread returns the count of values returned but was being ignored.
This commit makes sure to use that value when determining whether to
continue seeking to the end of the file.

Change-Id: Idb818cb3cda0cdde81aba1e5a4dd639c4814a923
2021-01-05 10:23:14 -07:00
..
2018-04-18 06:25:36 -06:00
2021-01-05 10:23:14 -07:00
2018-04-18 06:25:36 -06:00
2020-10-19 10:12:32 -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.