Vulkan-Hpp/RAII_Samples/RayTracing
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
..
CameraManipulator.cpp Introduce raii-compliant handle wrapper classes. 2021-02-22 16:19:12 +01:00
CameraManipulator.hpp Use github actions for CI builds. 2021-06-16 16:53:00 +02:00
CMakeLists.txt Introduce raii-compliant handle wrapper classes. 2021-02-22 16:19:12 +01:00
RayTracing.cpp Use VULKAN_HPP_ENABLE_DYNAMIC_LOADER_TOOL with vk::raii::Context 2021-11-16 18:07:19 +01:00