third_party_vulkan-loader/loader
Mark Lobodzinski 91c1075ee7 repo: Clang-format c/cpp/h LVL files using LLVM
Bring all source files in the repo up to date with consistent
coding style/standard.

Change-Id: Iceedbc17109974d3a0437fc4995441c9ad7e0c23
2017-01-26 13:42:36 -07:00
..
images loader: Update the loader to 1.0.39 2017-01-24 14:07:22 -07:00
cJSON.c repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
cJSON.h repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
CMakeLists.txt build: Turn on "treat warnings as errors" on Win 2017-01-26 09:18:23 -08:00
debug_report.c repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
debug_report.h repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
dev_ext_trampoline.c loader: Protect loader macro lists from clang-format 2017-01-26 13:07:08 -07:00
dirent_on_windows.c repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
dirent_on_windows.h loader:Update copyright and apply clang-format (no logic changes) 2016-02-03 09:00:31 -07:00
extensions.c repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
extensions.h repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
gpa_helper.h repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
loader.c repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
loader.h repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
loader.rc loader: Update the loader to 1.0.39 2017-01-24 14:07:22 -07:00
LoaderAndLayerInterface.md loader: Update the loader to 1.0.39 2017-01-24 14:07:22 -07:00
murmurhash.c Remove Khronos confidential clause from license text. 2016-02-10 13:24:39 -07:00
murmurhash.h Remove Khronos confidential clause from license text. 2016-02-10 13:24:39 -07:00
phys_dev_ext.c repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
README.md loader: change so LoaderAndLayerInterface document is the sole document 2016-02-15 08:58:26 -07:00
table_ops.h repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
trampoline.c repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
vk_loader_layer.h repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
vk_loader_platform.h repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
vulkan-1.def loader: Update the loader to 1.0.39 2017-01-24 14:07:22 -07:00
wsi.c repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
wsi.h repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00

Loader Specification and Interfaces

See LoaderAndLayerInterface.md.

Building

Builds for Linux and Windows are supported via CMake. See top level BUILD.md file.