Skip to content

Releases: KhronosGroup/Vulkan-Hpp

v1.3.280

11 Mar 10:59
e35acfe
Compare
Choose a tag to compare

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

04 Mar 15:15
6fb8def
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.278...v1.3.279

v1.3.278

20 Feb 07:44
29723f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.277...v1.3.278

v1.3.277

05 Feb 11:19
c5c1994
Compare
Choose a tag to compare

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

31 Jan 08:19
d4b36b8
Compare
Choose a tag to compare

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

08 Jan 10:57
1a24b01
Compare
Choose a tag to compare
Update Vulkan-Headers to v1.3.275 (#1768)

Co-authored-by: GitHub <[email protected]>

v1.3.274

02 Jan 12:29
2cc4dbd
Compare
Choose a tag to compare
Update Vulkan-Headers to v1.3.274 (#1754)

Co-authored-by: GitHub <[email protected]>

v1.3.273

13 Dec 12:40
170a000
Compare
Choose a tag to compare
Update Vulkan-Headers to v1.3.273 (#1748)

Co-authored-by: GitHub <[email protected]>

v1.3.272

11 Dec 09:12
e621db0
Compare
Choose a tag to compare
Update Vulkan-Headers to v1.3.272 (#1743)

Co-authored-by: GitHub <[email protected]>

v1.3.271

28 Nov 13:52
Compare
Choose a tag to compare

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

  • @cutieskye made their first contribution in #1729
  • @poconn made their first contribution in #1730

Full Changelog: v1.3.270...v1.3.271