mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
5d0d3b7bd9
* stage 1: added shared handles and all traits * moved deleter to the shared part, now Shared handle weights 2 pointers * Fixed Destroy Function * generated headers * At least no errors. TODO: get image overload of shared handle back make an example * fixed all SFINAE issues, moved image specialization * Added a sample * made better example, added specialization for swapchain, added shared handles to readme * Major update: Fixed all wishes Made std::shared_ptr do heavy lifting Reduced code complexity Added ParentType to basic handles Added put and put_native for cross-abi usage * more readme * safer release() removed put() for now * better synchronization inspired by STL shared_ptr implementation * removed test shared pointer * added forward type for better interop with VMA added parent checking * fixed getParent() * added non-deleting overloads for Queue, DisplayKHR and PhysicalDevice * Shared non-destoyed type now have handles * using constructors are made to comply standard * fixed leak * shared handles migrated to own header, made module entries * header is independent now * rebased repo, updated the example * fixed most of the stuff * renamed parent of, added guide to make shared handles * vulkansc * moved destructor to shared handle traits * resolved issues with CI * more relaxed memory ordering for release operation * trying to remove submodule * renamed to destructorType * suppressed function cast warning * only GCC should be affected |
||
---|---|---|
.. | ||
vulkan_enums.hpp | ||
vulkan_extension_inspection.hpp | ||
vulkan_format_traits.hpp | ||
vulkan_funcs.hpp | ||
vulkan_handles.hpp | ||
vulkan_hash.hpp | ||
vulkan_hpp_macros.hpp | ||
vulkan_raii.hpp | ||
vulkan_shared.hpp | ||
vulkan_static_assertions.hpp | ||
vulkan_structs.hpp | ||
vulkan_to_string.hpp | ||
vulkan_video.hpp | ||
vulkan.cppm | ||
vulkan.hpp | ||
vulkansc_enums.hpp | ||
vulkansc_extension_inspection.hpp | ||
vulkansc_format_traits.hpp | ||
vulkansc_funcs.hpp | ||
vulkansc_handles.hpp | ||
vulkansc_hash.hpp | ||
vulkansc_hpp_macros.hpp | ||
vulkansc_raii.hpp | ||
vulkansc_shared.hpp | ||
vulkansc_static_assertions.hpp | ||
vulkansc_structs.hpp | ||
vulkansc_to_string.hpp | ||
vulkansc.cppm | ||
vulkansc.hpp |