Skip to content

v1.3.271

Choose a tag to compare

@theHamsta theHamsta released this 28 Nov 13:52
· 669 commits to main since this release

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