Vulkan-Hpp/tests
asuessenbach db58507063 Introduce VULKAN_HPP_NO_STRUCT_CONSTRUCTORS so support designated initializers.
You have to define VULKAN_HPP_NO_STRUCT_CONSTRUCTORS to remove all the struct constructors from vulkan.hpp, so that you can use designated initializers on them.
Of course, makes only sense with C++20.
2020-06-24 11:28:43 +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 Provide default arguments in ObjectFree constructor for allocationCallbacks and dispatcher. 2020-06-18 11:00:22 +02:00
DispatchLoaderDynamic Introduce usage of clang-format to format vulkan.hpp and the other sources. 2020-04-23 10:55:02 +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 usage of clang-format to format vulkan.hpp and the other sources. 2020-04-23 10:55:02 +02:00
ResultValue Add cast operator to reference of UniqueHandle of ResultValue<UniqueHandle>. 2020-06-17 11:44:12 +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