v1.3.282
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
- @Rageking8 made their first contribution in #1832
- @ahcox made their first contribution in #1844
Full Changelog: v1.3.281...v1.3.282