v1.4.338
What's Changed
- Make allocator arguments const-ref by @asuessenbach in #2386
- Update clang-format on header update workflow to version 21 by @asuessenbach in #2414
- Formatted generated files with clang-format 21 by @asuessenbach in #2415
- Re-introduce support for std::expected fixing issue #2375 by @MattGuerrette in #2399
- Tests: Added new test for VULKAN_HPP_NO_SMART_HANDLE by @M2-TE in #2406
- Relax requirements for Dispatch template argument by @asuessenbach in #2397
- Add missing assertion of function pointer in raii handle factory functions by @asuessenbach in #2417
- Make the move constructor of vk::raii::PluralTypes from a std::vectorvk::raii::SingularType public. by @asuessenbach in #2418
- Include on macos for getenv by @agamache in #2409
- Extend function call tests with Command buffer commands. by @asuessenbach in #2426
- Update Vulkan-Headers to v1.4.338 by @github-actions[bot] in #2432
New Contributors
- @MattGuerrette made their first contribution in #2399
- @agamache made their first contribution in #2409
Full Changelog: v1.4.337...v1.4.338