Vulkan-Hpp/tests
asuessenbach 99f990afa1 Extend template argument list for functions returning a std::vector<Stuff> to help compilers detecting the correct function.
+ change the order of Allocator and Dispatch template arguments for functions returning a std::vector<UniqueStuff>, as the Allocator needs to use the Dispatch in those cases!
2020-07-23 18:14:05 +02:00
..
ArrayProxy [WIP] test on ArrayProxy 2020-04-15 16:42:41 +02:00
DesignatedInitializers Introduce VULKAN_HPP_NO_STRUCT_CONSTRUCTORS so support designated initializers. 2020-06-24 11:28:43 +02:00
DeviceFunctions Extend template argument list for functions returning a std::vector<Stuff> to help compilers detecting the correct function. 2020-07-23 18:14:05 +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 Introduce usage of clang-format to format vulkan.hpp and the other sources. 2020-04-23 10:55:02 +02:00
NoExceptions Introduce structure constructors using ArrayProxyNoTemporaries 2020-07-09 12:03:03 +02:00
StructureChain Add support for "allowduplicate" attribute on chainable structures. 2020-05-25 09:36:20 +02: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 Building samples for Linux (#491) 2020-01-28 10:16:10 +01:00