Vulkan-Hpp/tests
Andrew H. Cox df42194eec
Fixed Validation Error for Zero MaxImageCount (#1844)
Correctly handle a zero max image count in VkSurfaceCapabilitiesKHR
which indicates no upper limit to the number of images in a swapchain.
Fixes validation error VUID-VkSwapchainCreateInfoKHR-minImageCount-01271
2024-04-11 08:44:50 +02:00
..
ArrayProxy Ignore warnings in some tests; fix ambiguity in ArrayWrapper test (#1712) 2023-10-24 18:27:35 +02:00
ArrayProxyNoTemporaries Ignore warnings in some tests; fix ambiguity in ArrayWrapper test (#1712) 2023-10-24 18:27:35 +02:00
ArrayWrapper Fix ArrayWrapper1D::operator std::string() and ArrayWrapper1D::operator std::string_view() to return a string/string_view of the correct length. (#1725) 2023-11-14 16:49:01 +01:00
Cpp20Modules Make C++20 modules work with the defaultDispatchLoaderDynamic. (#1651) 2023-09-07 15:20:10 +02:00
CppType Guard type trait CppType to map from VkHandle to vk::Handle by ( VK_USE_64_BIT_PTR_DEFINES == 1 ). (#1836) 2024-03-25 14:00:43 +01:00
DesignatedInitializers Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
DeviceFunctions Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
DispatchLoaderDynamic Make C++20 modules work with the defaultDispatchLoaderDynamic. (#1651) 2023-09-07 15:20:10 +02:00
DispatchLoaderDynamicSharedLibrary Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
DispatchLoaderDynamicSharedLibraryClient Make C++20 modules work with the defaultDispatchLoaderDynamic. (#1651) 2023-09-07 15:20:10 +02:00
DispatchLoaderStatic Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
EnableBetaExtensions Fix wrong usage of 'structureChains' in generating functions returning a StructureChain and a vector of data. (#1594) 2023-06-19 12:46:04 +02:00
ExtensionInspection Fix defines in workflow files to enable compilation of tests and samples in CI. (#1595) 2023-06-20 14:43:35 +02:00
Flags Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
FormatTraits Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
Handles Introduce operator==() and operator!=() to compare vk-handles with nullptr. (#1600) 2023-06-22 09:07:26 +02:00
Hash Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
NoExceptions Make C++20 modules work with the defaultDispatchLoaderDynamic. (#1651) 2023-09-07 15:20:10 +02:00
NoExceptionsRAII Introduce implicit cast operators for vk::UniqueHandles, vk::SharedHandles and vk::raii::Handles (#1771) 2024-01-16 13:48:53 +01:00
StridedArrayProxy Silent warnings on unused variables in some tests; make test UniqueHandleDefaultArguments part of the solution for 64 bit only. (#1704) 2023-10-18 13:45:14 +02:00
StructureChain Fix issue with vk::StructureChain::assign: use auto, instead of void *, to also support structures with const void * as type for pNext. (#1799) 2024-02-08 12:32:57 +01:00
UniqueHandle Fixed Validation Error for Zero MaxImageCount (#1844) 2024-04-11 08:44:50 +02:00
UniqueHandleDefaultArguments Silent warnings on unused variables in some tests; make test UniqueHandleDefaultArguments part of the solution for 64 bit only. (#1704) 2023-10-18 13:45:14 +02:00
CMakeLists.txt Extent type trait vk::CppType to map from VkHandle to vk::Handle (#1829) 2024-03-19 14:07:03 +01:00