Skip to content

v1.3.282

Compare
Choose a tag to compare
@asuessenbach asuessenbach released this 15 Apr 16:01
· 149 commits to main since this release
4bf2835

What's Changed

  • Guard type trait CppType to map from VkHandle to vk::Handle by ( VK_USE_64_BIT_PTR_DEFINES == 1 ). by @asuessenbach in #1836
  • Minor edits to README by @Rageking8 in #1832
  • Extend finding an enum value to also look for the aliases. by @asuessenbach in #1839
  • Simplify handling of enum value aliases by @asuessenbach in #1838
  • Add SFIXED5 as valid value for numericFormat in format::component. by @asuessenbach in #1841
  • Moved some implementation details into namespace detail. by @asuessenbach in #1840
  • Pay attention to struct aliases to determine struct dependencies. by @asuessenbach in #1842
  • Simplify alias handling for Bitmasks and Commands. by @asuessenbach in #1843
  • Fixed Validation Error From Zero MaxImageCount in VkSurfaceCapabilitiesKHR by @ahcox in #1844
  • Simplified constant alias handling by @asuessenbach in #1845
  • Update Vulkan-Headers to v1.3.282 by @github-actions in #1846

New Contributors

Full Changelog: v1.3.281...v1.3.282