Skip to content

v1.3.284

Compare
Choose a tag to compare
@asuessenbach asuessenbach released this 07 May 11:47
· 3 commits to main since this release
8d46db6

What's Changed

  • Simplify handling of enum aliases by @asuessenbach in #1850
  • Change CI on MacOS to use macos-12, instead of macos-latest, which is MacOS 14 Arm64, which is a change in architecture by @asuessenbach in #1853
  • Explicitly set the copy/move constructors/assignment operators of vk::handle to be default; add static assert on is_copy_constructible for vk::handles by @asuessenbach in #1852
  • Check value of VULKAN_HPP_ENABLE_DYNAMIC_LOADER_TOOL instead of existence by @sharadhr in #1856
  • Simplify alias handling for handles. by @asuessenbach in #1857
  • Simplified handling of struct aliases by @asuessenbach in #1858
  • Minor cleanup on fence and event handling in two RAII-samples. by @asuessenbach in #1859
  • Extend compilers used in workflows on macos and ubuntu by @asuessenbach in #1863
  • Simplify handling of structextends by @asuessenbach in #1866
  • Change member initialization lists of structs to use braces {} instead of parentheses () by @asuessenbach in #1864
  • Add macos-13 to workflow. by @asuessenbach in #1865
  • Update Vulkan-Headers to v1.3.284 by @github-actions in #1867

Full Changelog: v1.3.283...v1.3.284