Vulkan-Hpp/tests
2021-01-21 16:56:14 +01:00
..
ArrayProxy Change structure member sType to non-const to allow default assignment operator. Make copy constructor and copy assignment default. The latter is required for C++20 designated initializers. Delegate the constructor from C-type to the copy constructor by casting rhs accordingly. Fix warnings on gcc/clang. 2021-01-18 12:25:50 +01:00
ArrayProxyNoTemporaries Make ArrayProxyNoTemporaries complete by marking all constructors getting rvalue references as deleted. 2021-01-14 11:49:35 +01:00
DesignatedInitializers Change structure member sType to non-const to allow default assignment operator. Make copy constructor and copy assignment default. The latter is required for C++20 designated initializers. Delegate the constructor from C-type to the copy constructor by casting rhs accordingly. Fix warnings on gcc/clang. 2021-01-18 12:25:50 +01:00
DeviceFunctions Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 17:44:16 +02:00
DispatchLoaderDynamic Introduce usage of clang-format to format vulkan.hpp and the other sources. 2020-04-23 10:55:02 +02:00
DispatchLoaderDynamicSharedLibrary Add defines to put the storage for a DispatchLoaderDynamic in a DLL. 2020-06-29 09:21:28 +02:00
DispatchLoaderDynamicSharedLibraryClient Add defines to put the storage for a DispatchLoaderDynamic in a DLL. 2020-06-29 09:21:28 +02:00
Hash fix some warnings (errors) on release build. 2020-10-20 10:05:18 +02:00
NoExceptions Introduce structure constructors using ArrayProxyNoTemporaries 2020-07-09 12:03:03 +02:00
StructureChain Fix function StructureChain::unlink(). 2021-01-21 16:56:14 +01:00
UniqueHandleDefaultArguments Introduce usage of clang-format to format vulkan.hpp and the other sources. 2020-04-23 10:55:02 +02:00
CMakeLists.txt Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 17:44:16 +02:00