Releases: KhronosGroup/Vulkan-Hpp
Releases · KhronosGroup/Vulkan-Hpp
v1.3.280
What's Changed
- Simplified generation of lists of arguments or initializers by @asuessenbach in #1821
- Remove unnecessary static_casts on vk::Results. by @asuessenbach in #1822
- Switched from using "typedef" to using "using". by @asuessenbach in #1823
- Fix for VULKAN_HPP_TYPESAFE_CONVERSION defined to 0 by @d235j in #1806
- Update Vulkan-Headers to v1.3.280 by @github-actions in #1824
New Contributors
Full Changelog: v1.3.279...v1.3.280
v1.3.279
What's Changed
- Accept multiple XML
formats
tags. by @asuessenbach in #1814 - Three fixes: by @asuessenbach in #1816
- Relax requirements on FlagBits types. by @asuessenbach in #1817
- Update Vulkan-Headers to v1.3.279 by @github-actions in #1819
Full Changelog: v1.3.278...v1.3.279
v1.3.278
What's Changed
- Fix typo in vk_raii_ProgrammingGuide.md by @mirefly42 in #1780
- Add support for command argument attribute "len" with value "1". by @asuessenbach in #1789
- Add special handling for call sequence in commands for vkGetDeviceFaultInfoEXT by @asuessenbach in #1790
- Resolve warning on multiple len usage in struct VkVideoDecodeAV1PictureInfoKHR by @asuessenbach in #1791
- Downgrade missing attribute "type" in enums in video.xml from error to warning by @asuessenbach in #1792
- Add building of vulkan_video.hpp to default build process. by @asuessenbach in #1793
- Add missing include files in vulkan_video.hpp by @asuessenbach in #1795
- Use some special handling for struct vk::DeviceFaultInfoEXT by @asuessenbach in #1796
- Fix issue with vk::StructureChain::assign by @asuessenbach in #1799
- Special handling for command vkGetDeviceFaultInfoEXT by @asuessenbach in #1800
- Disabled
vk::raii::exchange()
implementation for C++14 or newer by @syukosevn in #1803 - Fix ordering determination of structs. by @asuessenbach in #1807
- Switch from using strncpy to strncpy_s. by @asuessenbach in #1809
- Update Vulkan-Headers to v1.3.278 by @asuessenbach in #1810
New Contributors
- @mirefly42 made their first contribution in #1780
Full Changelog: v1.3.277...v1.3.278
v1.3.277
What's Changed
- Add support of attribute "len" for array-sized structure members. by @asuessenbach in #1779
- Refactored gathering initializers for enhanced struct constructors. by @asuessenbach in #1781
- Specify std::min to work on type size_t for copy operations in struct constructors. by @asuessenbach in #1782
- Add missing brace. by @asuessenbach in #1783
- Extend the noDeleterFunctions list by vkReleaseCapturedPipelineDataKHR. by @asuessenbach in #1784
- Update Vulkan-Headers to v1.3.277 by @github-actions in #1778
Full Changelog: v1.3.276...v1.3.277
v1.3.276
What's Changed
- Add function pointer check when using DispatchLoaderDynamic. by @asuessenbach in #1769
- C++20 named module documentation updates by @sharadhr in #1767
- Added VULKAN_HPP_NO_WIN32_PROTOTYPES preprocessor condition by @syukosevn in #1756
- Simplified typename checks on allocator template types by @asuessenbach in #1770
- Introduce implicit cast operators for vk::UniqueHandles, vk::SharedHandles and vk::raii::Handles by @asuessenbach in #1771
- Update submodules glfw and glm by @asuessenbach in #1772
- Resolved some code analysis warnings. by @asuessenbach in #1774
- Update Vulkan-Headers to v1.3.276 by @github-actions in #1776
New Contributors
- @syukosevn made their first contribution in #1756
Full Changelog: v1.3.275...v1.3.276
v1.3.275
Update Vulkan-Headers to v1.3.275 (#1768) Co-authored-by: GitHub <[email protected]>
v1.3.274
Update Vulkan-Headers to v1.3.274 (#1754) Co-authored-by: GitHub <[email protected]>
v1.3.273
Update Vulkan-Headers to v1.3.273 (#1748) Co-authored-by: GitHub <[email protected]>
v1.3.272
Update Vulkan-Headers to v1.3.272 (#1743) Co-authored-by: GitHub <[email protected]>
v1.3.271
What's Changed
- Fix ArrayWrapper1D::operator std::string() and ArrayWrapper1D::operator std::string_view() to return a string/string_view of the correct length. by @asuessenbach in #1725
- Update readme on using vulkan-headers instead of vulkan-hpp with vcpkg. by @asuessenbach in #1726
- Include headers holding feature-test macros in vulkan_hpp_macros.hpp. by @asuessenbach in #1727
- Remove warning on "ratified" and "supported" being different for an extension. by @asuessenbach in #1728
- Use vk::Format that matches coloredCubeData in DynamicUniform RAII sample by @cutieskye in #1729
- Add missing includes by @poconn in #1730
- Update Vulkan-Headers to v1.3.271 by @github-actions in #1739
New Contributors
Full Changelog: v1.3.270...v1.3.271