Commit graph

6 commits

Author SHA1 Message Date
Dave Houlton
fd051d36f7 tests: Add a guard around noexcept in vktestbinding.h
VS2013 does not provide 'noexcept'. Layers had multiple occurences
of a NOEXCEPT macro to protect the VS2013 build. This commit
consolidates that macro to a single location in vk_sdk_platform.h,
which is also visible to the layer tests via test_common.h.

Updates the vktestbinding.h occurences of 'noexcept' to use the
NOEXCEPT macro.

Change-Id: I38bf8c08cda6fe75de78dff69050a913b47f91b1
2018-05-04 09:31:34 -06:00
Jon Ashburn
5b95004c15 misc: Update licenses to Apache 2.0
Change-Id: Id447f4c8c53d33f9192940bdd3ae727b7b738a97
2018-05-04 09:31:34 -06:00
Karl Schultz
06de94a677 Remove Khronos confidential clause from license text. 2018-05-04 09:31:34 -06:00
Karl Schultz
b6ac9429c6 include: Update copyright and apply clang-format (no logic changes) 2018-05-04 09:31:34 -06:00
Mark Young
7b701c3fef Fixes: Fixed Visual Studio warnings during compilation.
Changes to properly detect proper Visual Studio and fix build warnings.
2018-05-04 09:31:34 -06:00
David Pinedo
14db1e07a0 Moved header files from include to include/vulkan 2018-05-04 09:31:33 -06:00