Vulkan-Hpp/vulkan
asuessenbach a3807fb92b Use VULKAN_HPP_ENABLE_DYNAMIC_LOADER_TOOL with vk::raii::Context
-> vk::raii::Context constructor now either gets
     no argument as before, loading vkGetInstanceProcAddr via an internal DynamicLoader;
     or a PFN_vkGetInstanceProcAddr, using that to fill the dispatcher
+ changed the sample RAII_Samples/RayTracing to work with VULKAN_HPP_ENABLE_DYNAMIC_LOADER_TOOL defined to be zero
+ fixed the missing destructor call in most of the move assignments of the vk::raii classes
2021-11-16 18:07:19 +01:00
..
vulkan_enums.hpp Update Vulkan-Headers to v1.2.197 2021-11-03 00:34:42 +00:00
vulkan_funcs.hpp Remove deprecated versions of function PhysicalDevice::enumerateQueueFamilyPerformanceQueryCountersKHR 2021-11-16 13:29:50 +01:00
vulkan_handles.hpp Remove deprecated versions of function PhysicalDevice::enumerateQueueFamilyPerformanceQueryCountersKHR 2021-11-16 13:29:50 +01:00
vulkan_raii.hpp Use VULKAN_HPP_ENABLE_DYNAMIC_LOADER_TOOL with vk::raii::Context 2021-11-16 18:07:19 +01:00
vulkan_structs.hpp Fix allocator name in generateCommandResultEnumerateChained() 2021-11-15 23:25:42 +01:00
vulkan.hpp Fix wrong linking in copied StructureChains with unlinked elements 2021-11-15 17:50:18 +01:00