KhronosGroup / Vulkan-Hpp

Open-Source Vulkan C++ API
Apache License 2.0
3.08k stars 304 forks source link

Non raii handles move exchange #1929

Closed siukosev closed 1 month ago

siukosev commented 1 month ago

Deleted fork repo before merge, recreated this(https://github.com/KhronosGroup/Vulkan-Hpp/pull/1923) pull request with new fork repo.

Sorry

Added define VULKAN_HPP_HANDLES_MOVE_EXCHANGE which enables exchange in handles' move-constructors. Moved exchange from raii to root vk namespace.

closes https://github.com/KhronosGroup/Vulkan-Hpp/issues/1919

asuessenbach commented 1 month ago

Ok... no problem. That is: thanks again for your contribution!